commit | 9fb7aa7501b0293b44405f1b8053727266436dc6 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Wed Feb 21 11:23:19 2018 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Fri Mar 02 10:12:21 2018 +0100 |
tree | 2ee31865d94ee505668c636620a8329d01ea55ae | |
parent | 7ddc153d5f9442124cc083b15489932e45202661 [diff] |
rtc: spear: stop validating rtc_time in .set_time and .set_alarm The RTC core is always validating the rtc_time struct before calling .set_time or .set_alarm. It is not necessary to do it again. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>