commit | 402c8fd514681fb187c2e34131d78acc1697db5a | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Wed Mar 21 15:40:37 2018 +1300 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 06 20:45:44 2018 -0400 |
tree | 9cd3d68ca0b3383eaeaddfd14c0b35b924ddeb76 | |
parent | 05d63d8bce1021819e31618c0ddcd12b675884ac [diff] |
rtc: rx8025: remove redundant code in rtc_reset As of commit 1a1fa2406689 ("rtc: Set valid date after reset") the command "date reset" will set the date/time to 2000-01-01 0:00:00 after calling rtc_reset(). This means that the rx8025 implementation of rtc_reset() does not need to call rtc_set(). Signed-off-by: Chris Packham <judge.packham@gmail.com>