Skip to content

Commit

Permalink
[PATCH] disable debug info in radeonfb old driver
Browse files Browse the repository at this point in the history
This driver spams the user.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Michael Iatrou authored and Linus Torvalds committed Aug 18, 2005
1 parent d86c390 commit 6cbe9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/radeonfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
#include <video/radeon.h>
#include <linux/radeonfb.h>

#define DEBUG 1
#define DEBUG 0

#if DEBUG
#define RTRACE printk
Expand Down

0 comments on commit 6cbe9de

Please sign in to comment.