rtc: mcp795: Prefer using the BIT() macro.
authorEmil Bartczak <emilbart@gmail.com>
Wed, 7 Dec 2016 23:27:41 +0000 (00:27 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sun, 18 Dec 2016 23:59:24 +0000 (00:59 +0100)
commita2b42997513401903341cf96616839ad22f151b6
treeab88ba0efc82b2a452560a366f349ce5f45e7dfc
parent43d0b10f60c54667108729adb525bc1090d4238f
rtc: mcp795: Prefer using the BIT() macro.

This patch doesn't change the code but replaces all bitmask values
with the BIT(x) macro.

Signed-off-by: Emil Bartczak <emilbart@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-mcp795.c