commit | 2c21d043aacec0207c2344f672fbdf39e3e2a78d | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Wed Mar 21 15:40:34 2018 +1300 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 06 20:45:44 2018 -0400 |
tree | 9ecbfa303143fc31a780e5cf97f61dc857e11e8a | |
parent | 52ef4032c729611cc4170dc02b66ae303c2a5f39 [diff] |
rtc: ds1374: 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 ds1374 implementation of rtc_reset() doesn't need to call rtc_set(). Signed-off-by: Chris Packham <judge.packham@gmail.com>