[PATCH v2] clk: zynqmp: replace warn_once with pr_debug for failed clock ops
Stephen Boyd
sboyd at kernel.org
Mon Jan 24 17:18:33 PST 2022
Quoting Michael Tretter (2022-01-19 03:54:34)
> The warning that a clock operation failed is only printed once. However,
> the function is called for various different clocks. The limit hides the
> warnings if different clocks are affected by the failures.
>
> The clock ops might fail if the firmware that handles the clocks is
> misconfigured. Therefore, replace the pr_warn_once with pr_debug to
> allow the user to see all errors if necessary. By default, hide the
> error messages and let drivers handle the errors.
>
> Signed-off-by: Michael Tretter <m.tretter at pengutronix.de>
> ---
Applied to clk-next
More information about the linux-arm-kernel
mailing list