rtc: pcf85063: remove RTC_VL_CLR handling
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 14 Dec 2019 22:02:52 +0000 (23:02 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 18 Dec 2019 09:37:33 +0000 (10:37 +0100)
commit0295c27f90bb6ec43ab519b63948c11d01d29604
treec17ffa81621829ddf8ea20b7dcce545d9e1b7613
parentb371b10e949a81693d5f3f327ebb86a81829045b
rtc: pcf85063: 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-11-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-pcf85063.c