patch-2.3.21 linux/drivers/video/modedb.c

Next file: linux/drivers/video/platinumfb.c
Previous file: linux/drivers/video/imsttfb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.20/linux/drivers/video/modedb.c linux/drivers/video/modedb.c
@@ -14,7 +14,7 @@
 #include <linux/sched.h>
 
 
-#define DEBUG
+#undef DEBUG
 
 #define name_matches(v, s, l) \
     ((v).name && !strncmp((s), (v).name, (l)) && strlen((v).name) == (l))

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