forked from mirrors/linux
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.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| phy-fsl-imx8-mipi-dphy.c | ||
| phy-fsl-imx8m-pcie.c | ||
| phy-fsl-imx8mq-usb.c | ||
| phy-fsl-imx8qm-hsio.c | ||
| phy-fsl-imx8qm-lvds-phy.c | ||
| phy-fsl-lynx-28g.c | ||
| phy-fsl-samsung-hdmi.c | ||