commit | 54f16b1967bd7c6a252b3c128032deb37cc61cf3 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Wed Feb 21 22:36:16 2018 +0100 |
committer | Matt Turner <mattst88@gmail.com> | Sat Apr 07 15:03:42 2018 -0700 |
tree | d6e7b57121e7a8ce06a128976de15fccff251122 | |
parent | 9917df83a9d11c63a1c4b89ddd821357b7c20171 [diff] |
alpha: rtc: stop validating rtc_time in .read_time The RTC core is always calling rtc_valid_tm after the read_time callback. It is not necessary to call it just before returning from the callback. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Matt Turner <mattst88@gmail.com>