patch-2.4.24 linux-2.4.24/drivers/char/mips_rtc.c
Next file: linux-2.4.24/drivers/char/rtc.c
Previous file: linux-2.4.24/drivers/char/ip27-rtc.c
Back to the patch index
Back to the overall index
-  Lines: 8
-  Date:
2004-01-05 05:53:56.000000000 -0800
-  Orig file: 
linux-2.4.23/drivers/char/mips_rtc.c
-  Orig date: 
2003-08-25 04:44:41.000000000 -0700
diff -urN linux-2.4.23/drivers/char/mips_rtc.c linux-2.4.24/drivers/char/mips_rtc.c
@@ -82,6 +82,7 @@
 
 	switch (cmd) {
 	case RTC_RD_TIME:	/* Read the time/date from RTC  */
+		memset(&rtc_tm, 0, sizeof(struct rtc_time));
 		curr_time = rtc_get_time();
 		to_tm(curr_time, &rtc_tm);
 		rtc_tm.tm_year -= 1900;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)