Messages in this thread |  | | Date | Thu, 18 Nov 2021 09:41:08 +0100 | From | Uwe Kleine-König <> | Subject | Re: [PATCH V3] pwm: rcar: Use div64_ul instead of do_div |
| |
On Thu, Nov 18, 2021 at 03:02:15AM +0000, cgel.zte@gmail.com wrote: > From: Changcheng Deng <deng.changcheng@zte.com.cn> > > do_div() does a 64-by-32 division. Here the divisor is an unsigned long > which on some platforms is 64 bit wide. So use div64_ul instead of do_div > to avoid a possible truncation. > > Reported-by: Zeal Robot <zealci@zte.com.cn> > Signed-off-by: Changcheng Deng <deng.changcheng@zte.com.cn>
You're supposed to add a S-o-b line for yourself with a email address that matches the sender of the patch.
Other than that the patch looks fine now.
Best regards Uwe
-- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | https://www.pengutronix.de/ | [unhandled content-type:application/pgp-signature] |  |