rtc: rs5c348: let the core handle invalid time
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 20 Feb 2018 23:20:43 +0000 (00:20 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 1 Mar 2018 09:49:40 +0000 (10:49 +0100)
commitbff11e3aa9ccfce1a66ef05871d01c1da533f896
tree0b63ea90eeb19143e52a910f06026c8214d9f5a6
parent812318a094d0715194d9f686b22ee67e7dc59d93
rtc: rs5c348: let the core handle invalid time

Returning a valid time when the time is invalid is a bad practice, because
then userspace is not able to react on the information. Also, it doesn't
make sense to return epoch because it is already the default time.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-rs5c348.c