diff options
author | Michael Iatrou <m.iatrou@freemail.gr> | 2005-08-18 18:24:18 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-18 19:53:57 (GMT) |
commit | 6cbe9de7a4353d1a1b77887b5459ac5304c0984a (patch) | |
tree | 6b90e594dd1cc7a971d50a4620209c630aa9c0d0 | |
parent | d86c390ffbf5746df9a3cc2c5f7b75d27704580f (diff) | |
download | linux-6cbe9de7a4353d1a1b77887b5459ac5304c0984a.tar.xz |
[PATCH] disable debug info in radeonfb old driver
This driver spams the user.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/video/radeonfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/radeonfb.c b/drivers/video/radeonfb.c index c463870..a78b9bd 100644 --- a/drivers/video/radeonfb.c +++ b/drivers/video/radeonfb.c @@ -80,7 +80,7 @@ #include <video/radeon.h> #include <linux/radeonfb.h> -#define DEBUG 1 +#define DEBUG 0 #if DEBUG #define RTRACE printk |