]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: pwm-fan: Use 64-bit division macro
authorGuru Das Srinagesh <gurus@codeaurora.org>
Tue, 2 Jun 2020 22:31:06 +0000 (15:31 -0700)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 16 Jun 2020 09:16:08 +0000 (11:16 +0200)
commit40e4bfca4b1485717da293223c0be1d70af0244f
tree11742fe3c5a6ae28df4827c0a98bcc4f8cc42a08
parent4f51114d213747b540a16e402976af0fb4b3fcee
hwmon: pwm-fan: Use 64-bit division macro

Since the PWM framework is switching struct pwm_args.period's datatype
to u64, prepare for this transition by using DIV_ROUND_UP_ULL to handle
a 64-bit dividend.

Signed-off-by: Guru Das Srinagesh <gurus@codeaurora.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/hwmon/pwm-fan.c