]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: test: store time as an offset to system time
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 31 May 2018 21:09:57 +0000 (23:09 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 31 May 2018 21:13:28 +0000 (23:13 +0200)
commit3caf6da0e29d5b8b1e0d4940c556e40259876c84
tree924627111867e86317d02b96b1623a216cbda150
parent782bfeda22cec612e64659bb2996090a74ac8430
rtc: test: store time as an offset to system time

Store the time as an offset to system time. As the offset is in second, it
is currently always synced with system time.

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