media: ir-rx51: Use 64-bit division macro
authorGuru Das Srinagesh <gurus@codeaurora.org>
Thu, 9 Apr 2020 06:52:32 +0000 (08:52 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 21 Apr 2020 10:57:04 +0000 (12:57 +0200)
commit9448762fd1d1550c254be36c4a1a6273b98e323b
tree9a42f392a399a045e1e02dafefaf7f809c7785b9
parentc77591a8ca5ad843238df67f89a1bdc0ee7dbb76
media: ir-rx51: Use 64-bit division macro

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

Cc: Richard Fontana <rfontana@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Kate Stewart <kstewart@linuxfoundation.org>
Cc: Allison Randal <allison@lohutok.net>
Signed-off-by: Guru Das Srinagesh <gurus@codeaurora.org>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/rc/ir-rx51.c