]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: rs5c348: let the core handle invalid time
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 20 Feb 2018 23:20:43 +0000 (00:20 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 1 Mar 2018 09:49:40 +0000 (10:49 +0100)
commit5fee11ead395d5258ff6d7e8f604409a5b57696f
tree0b63ea90eeb19143e52a910f06026c8214d9f5a6
parent6569961beebeb2410d3833f14b240dd717aa0e50
rtc: rs5c348: let the core handle invalid time

Returning a valid time when the time is invalid is a bad practice, because
then userspace is not able to react on the information. Also, it doesn't
make sense to return epoch because it is already the default time.

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