Re: [PATCH v2 1/2] clk: samsung: Use samsung CCF common function
From: Krzysztof Kozlowski
Date: Wed Mar 05 2025 - 14:15:44 EST
On 25/02/2025 14:19, Varada Pavani wrote:
> Use samsung CCF function which registers multiple clock providers using
> single function call samsung_cmu_register_clocks().
>
> Signed-off-by: Varada Pavani <v.pavani@xxxxxxxxxxx>
> ---
> drivers/clk/samsung/clk-exynos4.c | 78 +++++++++++++++++--------------
> 1 file changed, 44 insertions(+), 34 deletions(-)
Please run scripts/checkpatch.pl and fix reported warnings. After that,
run also `scripts/checkpatch.pl --strict` and (probably) fix more
warnings. Some warnings can be ignored, especially from --strict run,
but the code here looks like it needs a fix. Feel free to get in touch
if the warning is not clear.
Best regards,
Krzysztof