Re: [PATCH] pcf85063 was not clearing bits correctly in pcf85063_start_clock

2018-03-12 Thread Alexandre Belloni
On 22/02/2018 at 11:29:24 +1300, Michael McCormick wrote: > Bit clear operation was missing ~ > > Signed-off-by: Michael McCormick > --- > drivers/rtc/rtc-pcf85063.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. -- Alexandre Belloni, Bootlin (formerly Free Electro

[PATCH] pcf85063 was not clearing bits correctly in pcf85063_start_clock

2018-02-21 Thread Michael McCormick
Bit clear operation was missing ~ Signed-off-by: Michael McCormick --- drivers/rtc/rtc-pcf85063.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/rtc-pcf85063.c b/drivers/rtc/rtc-pcf85063.c index a06dff9..67bc763 100644 --- a/drivers/rtc/rtc-pcf85063.c +++ b/drive