rtc: pcf8563: Use BIT
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 18 Dec 2019 08:25:53 +0000 (17:25 +0900)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 23 Dec 2019 10:23:53 +0000 (11:23 +0100)
commitd53f9b68b359cb53076e32030e0cfc2a6fcfcbaf
tree65a7eeaa27517fb635dc057814e2163182cb8717
parent7dc679ef2558a0306647a4f72eb4c25c634f787c
rtc: pcf8563: Use BIT

Replace (1 << ...) with BIT().

CC: Alessandro Zummo <a.zummo@towertech.it>
CC: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Link: https://lore.kernel.org/r/20191218082553.3309554-1-iwamatsu@nigauri.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-pcf8563.c