rtc: rv8803: avoid clearing RV8803_FLAG_V2F in RTC_VL_CLR
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 14 Dec 2019 22:02:56 +0000 (23:02 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 18 Dec 2019 09:37:40 +0000 (10:37 +0100)
commit7e890a0f0e4d777d8292539a0609d3aeef6e6da4
tree5441ba8d7154e82f47f0fca97521c6b50b496873
parent86e655f9f3e6aa2fd8066133e58a976bd861af6b
rtc: rv8803: avoid clearing RV8803_FLAG_V2F in RTC_VL_CLR

Stop clearing RV8803_FLAG_V2F in RTC_VL_CLR 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-15-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-rv8803.c