]> asedeno.scripts.mit.edu Git - linux.git/commit
rtc: pcf85063: fix clearing bits in pcf85063_start_clock
authorMichael McCormick <michael.mccormick@enatel.net>
Wed, 21 Feb 2018 22:29:24 +0000 (11:29 +1300)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 17 Mar 2018 13:20:57 +0000 (14:20 +0100)
commit051abf552468d4b80c0ccf8c69667bfab672cec0
treedcb107b35250b25b13e367e5cee6e2a20dad8c53
parent65d211b307655e352385bfdee7aa9754d5acb66e
rtc: pcf85063: fix clearing bits in pcf85063_start_clock

Bit clear operation was missing ~

Signed-off-by: Michael McCormick <michael.mccormick@enatel.net>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-pcf85063.c