OSDN Git Service

rtc: ps3: switch to rtc_time64_to_tm/rtc_tm_to_time64
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 20 Mar 2019 12:44:25 +0000 (13:44 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 4 Apr 2019 08:07:09 +0000 (10:07 +0200)
commit70c805c23fce48ff48c222e1ba3f8bff63cfe26f
treef5a8beabf307c6b84fe823b07775a242859f1a7e
parentbe8bf986c0bf97701cb871cb12cdb405b4e54ef9
rtc: ps3: switch to rtc_time64_to_tm/rtc_tm_to_time64

Call the 64bit versions of rtc_tm time conversion as the PS3 handles 64bit
values.

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