[PATCH 043/100] rtc: mc13xxx: stop validating rtc_time in .read_time

2018-02-21 Thread Alexandre Belloni
rtc_time64_to_tm never generates an invalid tm. It is not necessary to validate it. Also, the RTC core is always calling rtc_valid_tm after the read_time callback. Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-mc13xxx.c | 2 +- 1 file changed, 1

[PATCH 043/100] rtc: mc13xxx: stop validating rtc_time in .read_time

2018-02-21 Thread Alexandre Belloni
rtc_time64_to_tm never generates an invalid tm. It is not necessary to validate it. Also, the RTC core is always calling rtc_valid_tm after the read_time callback. Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-mc13xxx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git