Re: [PATCH 09/16] clk: qcom: krait-cc: drop pr_info and register qsb only if needed

From: Stephen Boyd
Date: Tue Mar 15 2022 - 18:45:40 EST


Quoting Ansuel Smith (2022-03-13 12:04:12)
> Drop pr_info and change them to dev_info.

Replace pr_info() with dev_info() to provide better diagnostics.

> Register qsb fixed clk only if it's not declared in DTS.
> Also reorganize variable order.

Please don't reorganize variable order.