OSDN Git Service

rtc: pcf8563: remove RTC_VL_CLR handling
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 14 Dec 2019 22:02:48 +0000 (23:02 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 18 Dec 2019 09:37:27 +0000 (10:37 +0100)
commitd268f4bd42f51813f7335ce36a430de1b27a0bcb
tree7ff385062f8ed6a450feca103631486809da7aa4
parent244cf8f0ed2778e1897b64b9043367b7263f5590
rtc: pcf8563: 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-7-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-pcf8563.c