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

Vinod Koul vkoul at kernel.org
Tue Dec 24 07:21:45 PST 2024


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





More information about the linux-phy mailing list