]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit13a694c163fd83a6a641f55aea5de21ff8aa4377
treeab88ba0efc82b2a452560a366f349ce5f45e7dfc
parenta40b193c21f29f2413f7af67ad9724623001f2d9
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