commit | bd7f4e7598921506c2ae343954fdbb764840921b | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sun Feb 18 23:36:18 2018 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Thu Mar 01 10:49:40 2018 +0100 |
tree | 5c753e608d1aa8a16cf687de095994190f19adc9 | |
parent | bff11e3aa9ccfce1a66ef05871d01c1da533f896 [diff] |
rtc: stk17ta8: 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>