commit | bff11e3aa9ccfce1a66ef05871d01c1da533f896 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Wed Feb 21 00:20:43 2018 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Thu Mar 01 10:49:40 2018 +0100 |
tree | 0b63ea90eeb19143e52a910f06026c8214d9f5a6 | |
parent | 812318a094d0715194d9f686b22ee67e7dc59d93 [diff] |
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>