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

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