rtc: rx8010: remove RTC_VL_CLR handling
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 14 Dec 2019 22:02:58 +0000 (23:02 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 18 Dec 2019 09:37:44 +0000 (10:37 +0100)
commit894b04320020ee9752c9fffad0fe72ed2ed81e71
tree767c6a7feee647e40b6ad8ec833fd145a50e8131
parentbcd17c5082f2feef4b585ae37a471f61f7b0c2f6
rtc: rx8010: 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-17-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-rx8010.c