diff options
author | Michael Iatrou <m.iatrou@freemail.gr> | 2005-08-18 20:24:18 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-18 21:53:57 +0200 |
commit | 6cbe9de7a4353d1a1b77887b5459ac5304c0984a (patch) | |
tree | 6b90e594dd1cc7a971d50a4620209c630aa9c0d0 /drivers/video | |
parent | [PATCH] reiserfs+acl+quota deadlock fix (diff) | |
download | linux-6cbe9de7a4353d1a1b77887b5459ac5304c0984a.tar.xz linux-6cbe9de7a4353d1a1b77887b5459ac5304c0984a.zip |
[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>
Diffstat (limited to 'drivers/video')
-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 c46387024b1d..a78b9bd8f897 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 |