]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: sc27xx: stop validating rtc_time in .read_time
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 19 Feb 2018 15:24:19 +0000 (16:24 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 2 Mar 2018 09:12:18 +0000 (10:12 +0100)
commit30e2dbbf67cc3a167ac736d6f2f7563bff6d7dc9
tree473c5f9ba6a534a7eb073e0f00048a515e19f0a2
parent985172806c538fba26246b819032de7584778d87
rtc: sc27xx: stop validating rtc_time in .read_time

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.

Reviewed-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-sc27xx.c