diff options
author | Changcheng Deng <[email protected]> | 2021-11-25 01:43:11 +0000 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-12-20 19:10:09 -0600 |
commit | 92c550f9ffd2884bb5def52b5c0485a35e452784 (patch) | |
tree | dd6479a2a852b3e59c5a55bdab56bbbdf0f905a6 /net/lapb/lapb_timer.c | |
parent | 6fc61c39ee1adb5f4115d288c876772fcd8b6979 (diff) |
PM: AVS: qcom-cpr: 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]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions