patch-2.4.24 linux-2.4.24/drivers/hil/hp_sdc_rtc.c
Next file: linux-2.4.24/drivers/macintosh/rtc.c
Previous file: linux-2.4.24/drivers/char/rtc.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
2004-01-05 05:53:56.000000000 -0800
- Orig file:
linux-2.4.23/drivers/hil/hp_sdc_rtc.c
- Orig date:
2003-06-13 07:51:33.000000000 -0700
diff -urN linux-2.4.23/drivers/hil/hp_sdc_rtc.c linux-2.4.24/drivers/hil/hp_sdc_rtc.c
@@ -561,6 +561,7 @@
}
case RTC_ALM_READ: /* Read the present alarm time */
{
+ memset(&ttime, 0, sizeof(struct timeval));
if (hp_sdc_rtc_read_mt(&ttime)) return -EFAULT;
break;
}
@@ -609,6 +610,7 @@
}
case RTC_RD_TIME: /* Read the time/date from RTC */
{
+ memset(&wtime, 0, sizeof(struct rtc_time));
if (hp_sdc_rtc_read_bbrtc(&wtime)) return -EFAULT;
break;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)