[PATCH 045/100] rtc: mpc5121: stop validating rtc_time in .read_time

2018-02-21 Thread Alexandre Belloni
rtc_time_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-mpc5121.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH 045/100] rtc: mpc5121: stop validating rtc_time in .read_time

2018-02-21 Thread Alexandre Belloni
rtc_time_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-mpc5121.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git