]> asedeno.scripts.mit.edu Git - linux.git/commit
rtc: rv3028: remove RTC_VL_CLR handling
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 14 Dec 2019 22:02:54 +0000 (23:02 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 18 Dec 2019 09:37:37 +0000 (10:37 +0100)
commit92c02daabae61df37c9743e15f239a27f4917df3
treeea59815ccfdfc0bd88679676210aa3405a96b2bc
parentf86dc5bde18e540743eaef20529d9f2b67283abd
rtc: rv3028: remove RTC_VL_CLR handling

Remove RTC_VL_CLR handling because it is a disservice to userspace as it
removes the important information that the RTC data is invalid. This may
lead userspace to set an invalid system time later on.

Link: https://lore.kernel.org/r/20191214220259.621996-13-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-rv3028.c