patch-2.1.106 linux/arch/m68k/atari/time.c
Next file: linux/arch/m68k/bvme6000/Makefile
Previous file: linux/arch/m68k/atari/stram.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sat Jun 13 13:14:32 1998
-  Orig file: 
v2.1.105/linux/arch/m68k/atari/time.c
-  Orig date: 
Thu Mar 26 15:57:02 1998
diff -u --recursive --new-file v2.1.105/linux/arch/m68k/atari/time.c linux/arch/m68k/atari/time.c
@@ -83,7 +83,7 @@
 
 #define	RTC_READ(reg)				\
     ({	unsigned char	__val;			\
-		writeb(reg,&tt_rtc.regsel);	\
+		(void) writeb(reg,&tt_rtc.regsel);	\
 		__val = tt_rtc.data;		\
 		__val;				\
 	})
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov