]> git.sur5r.net Git - u-boot/commit
rtc: ds1374: remove redundant code in rtc_reset
authorChris Packham <judge.packham@gmail.com>
Wed, 21 Mar 2018 02:40:34 +0000 (15:40 +1300)
committerTom Rini <trini@konsulko.com>
Sat, 7 Apr 2018 00:45:44 +0000 (20:45 -0400)
commita6bf689a70432ef035033aa81370ee953ecdf25d
tree9ecbfa303143fc31a780e5cf97f61dc857e11e8a
parentc1a2afa4082b4dd84ceb1754f1452c9529d6f390
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>
drivers/rtc/ds1374.c