Re: [PATCH] clk: baikal-t1: Using div64_ Ul replaces do_ Div() function

From: Stephen Boyd
Date: Wed Jul 19 2023 - 18:08:48 EST


Quoting wuyonggang001@xxxxxxxxxx (2023-06-13 22:45:48)
> Fix the following coccicheck warning:
>
> drivers/clk/baikal-t1/ccu-pll.c:81:1-7: WARNING: do_div() does a
> 64-by-32 division, please consider using div64_ul instead.
>
> Signed-off-by: Yonggang Wu <wuyonggang001@xxxxxxxxxx>
> ---

Applied to clk-next

I had to manually apply it though and I had to fix the author to match
the SoB. Please take more care next time.