]> asedeno.scripts.mit.edu Git - linux.git/commit
rtc: stmp3xxx: switch to rtc_time64_to_tm/rtc_tm_to_time64
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 7 Apr 2019 21:12:21 +0000 (23:12 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 11 Apr 2019 14:42:54 +0000 (16:42 +0200)
commita659a08180f46cd17a4f838a8f47d5a41f95ffcc
tree72d99f83c2a7620843ed0ee2f75312b07c649e64
parent0d823abd7c04fb4d2ce02ba0c9f525296c530671
rtc: stmp3xxx: switch to rtc_time64_to_tm/rtc_tm_to_time64

Call the 64bit versions of rtc_tm time conversion now that the range is
enforced by the core.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-stmp3xxx.c