diff options
author | Changcheng Deng <[email protected]> | 2021-11-25 01:49:24 +0000 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2021-12-28 14:03:03 +0100 |
commit | 1fc8a2c021c3abb8083ef4d9b6d4c93f88f33dc7 (patch) | |
tree | 973234484b8a9fe68059b3f8c28a36e39e477774 /net/lapb/lapb_in.c | |
parent | f8d9ba7fedd2a5c21759ce3f39a37663c895d3dd (diff) |
watchdog: davinci: Use div64_ul instead of do_div
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 <[email protected]>
Signed-off-by: Changcheng Deng <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions