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)
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

Simple merge
Simple merge
Simple merge