diff options
Diffstat (limited to 'drivers/rtc/hctosys.c')
| -rw-r--r-- | drivers/rtc/hctosys.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/rtc/hctosys.c b/drivers/rtc/hctosys.c index bc90b091f19..4aa60d74004 100644 --- a/drivers/rtc/hctosys.c +++ b/drivers/rtc/hctosys.c @@ -22,8 +22,6 @@   * the best guess is to add 0.5s.   */ -int rtc_hctosys_ret = -ENODEV; -  static int __init rtc_hctosys(void)  {  	int err = -ENODEV; @@ -56,7 +54,7 @@ static int __init rtc_hctosys(void)  	rtc_tm_to_time(&tm, &tv.tv_sec); -	do_settimeofday(&tv); +	err = do_settimeofday(&tv);  	dev_info(rtc->dev.parent,  		"setting system clock to "  | 
