]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: use rtc_valid_tm() error code when reading date/time
authorAndrea Scian <andrea.scian@dave.eu>
Tue, 16 Jun 2015 09:35:19 +0000 (11:35 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 5 Sep 2015 11:19:06 +0000 (13:19 +0200)
commit17362711d02a19fc386b4d8e8298f085df54b918
tree0f6fcc6f2dab3927ac712d24f0708f9d5b00328e
parent7cb77362d69b7a9f960ebdae48d29aadbaf00e9c
rtc: use rtc_valid_tm() error code when reading date/time

There's a wrong comment in some RTC drivers that say it's better to ignore
rtc_valid_tm() when reading RTC timestamp. However this is wrong and is
better to return to the userspace the error if timestamp is not valid.

Signed-off-by: Andrea Scian <andrea.scian@dave.eu>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-isl12022.c
drivers/rtc/rtc-pcf2123.c
drivers/rtc/rtc-pcf2127.c