aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kern <alex.kern@gmx.de>2005-03-30 16:45:06 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-30 16:45:06 -0800
commit27d9ca3351ce45fe580c7d0b311253492cd49ae6 (patch)
treedcfa51aa26ef5342852efcced1edc8728cecad39
parent06fe6e5ab6231db36aa4c163fa71789bcdbeb3dd (diff)
downloadhistory-27d9ca3351ce45fe580c7d0b311253492cd49ae6.tar.gz
[PATCH] Excessive atyfb debug messages
Debug is no longer needed by default. Driver is pretty stable. Signed-off-by: Alexander Kern <alex.kern@gmx.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--drivers/video/aty/atyfb_base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/aty/atyfb_base.c b/drivers/video/aty/atyfb_base.c
index 4d37dffe3bf640..59768fffa59e0e 100644
--- a/drivers/video/aty/atyfb_base.c
+++ b/drivers/video/aty/atyfb_base.c
@@ -100,8 +100,8 @@
/*
* Debug flags.
*/
-/*#undef DEBUG*/
-#define DEBUG
+#undef DEBUG
+/*#define DEBUG*/
/* Make sure n * PAGE_SIZE is protected at end of Aperture for GUI-regs */
/* - must be large enough to catch all GUI-Regs */