| commit | 96acb25c50e77355673b89765b96bd764abf487d | [log] [tgz] |
|---|---|---|
| author | Benoît Thébaudeau <[email protected]> | Thu Jul 21 12:41:28 2016 +0200 |
| committer | Alexandre Belloni <[email protected]> | Thu Jul 28 09:59:33 2016 +0200 |
| tree | 2b298b6295be7604bce630cbc7f418e947a0d8f8 | |
| parent | 34166a00ecdaaebce8bee65877ee54e89c4ec43d [diff] |
rtc: rv8803: Remove the check for valid time The RTC core always calls rtc_valid_tm() after ->read_time() in case of success (in __rtc_read_time()), so do not call it twice. Signed-off-by: Benoît Thébaudeau <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]>