mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
ds174x: Fix warning on return in rtc_get and rtc_set functions
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
a253b38bf5
commit
53eec6f1d2
@ -114,6 +114,7 @@ int rtc_get( struct rtc_time *tmp )
|
|||||||
tmp->tm_year, tmp->tm_mon, tmp->tm_mday, tmp->tm_wday,
|
tmp->tm_year, tmp->tm_mon, tmp->tm_mday, tmp->tm_wday,
|
||||||
tmp->tm_hour, tmp->tm_min, tmp->tm_sec );
|
tmp->tm_hour, tmp->tm_min, tmp->tm_sec );
|
||||||
#endif
|
#endif
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void rtc_set( struct rtc_time *tmp )
|
void rtc_set( struct rtc_time *tmp )
|
||||||
@ -142,8 +143,6 @@ void rtc_set( struct rtc_time *tmp )
|
|||||||
|
|
||||||
/* unlock clock registers after read */
|
/* unlock clock registers after read */
|
||||||
rtc_write( RTC_CONTROLA, ( reg_a & ~RTC_CA_WRITE ));
|
rtc_write( RTC_CONTROLA, ( reg_a & ~RTC_CA_WRITE ));
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void rtc_reset (void)
|
void rtc_reset (void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user