patch-2.4.19 linux-2.4.19/drivers/video/chipsfb.c

Next file: linux-2.4.19/drivers/video/clgenfb.c
Previous file: linux-2.4.19/drivers/video/aty128fb.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/drivers/video/chipsfb.c linux-2.4.19/drivers/video/chipsfb.c
@@ -79,7 +79,7 @@
 } while (0)
 #define read_ind(num, var, ap, dp)	do { \
 	outb((num), (ap)); var = inb((dp)); \
-} while (0);
+} while (0)
 
 /* extension registers */
 #define write_xr(num, val)	write_ind(num, val, 0x3d6, 0x3d7)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)