commit | bb530199a84593504e4cdf1ffd4636726df4f139 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Wed Feb 21 13:54:46 2018 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sat Mar 17 14:20:43 2018 +0100 |
tree | 0917cb092f87b7a7af3e9e51d8155315070647ec | |
parent | 488c6dfe40a6fc83329596e4b1e4cd9abf67ef1d [diff] |
rtc: s35390a: 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 before returning from the callback. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>