Re: [PATCH] phy: freescale: fsl-samsung-hdmi: Fix 64-by-32 division cocci warnings

From: Vinod Koul
Date: Tue Dec 24 2024 - 10:22:55 EST



On Sun, 15 Dec 2024 16:05:55 -0600, Adam Ford wrote:
> The Kernel test robot returns the following warning:
> do_div() does a 64-by-32 division, please consider using div64_ul instead.
>
> To prevent the 64-by-32 divsion, consolidate both the multiplication
> and the do_div into one line which explicitly uses u64 sizes.
>
>
> [...]

Applied, thanks!

[1/1] phy: freescale: fsl-samsung-hdmi: Fix 64-by-32 division cocci warnings
commit: 739214dd1c209e34323814fb815fb17cccb9f95b

Best regards,
--
~Vinod