When the date was Sunday 14 August 2005 11:25, Andrew Morton wrote:
> Michael Iatrou <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > Currently, radeonfb old driver always prints debugging informations. This
> > patch makes debug info reporting configurable
05-08-14
00:55:16.0 +0300
@@ -80,7 +80,11 @@
#include
#include
-#define DEBUG 1
+#ifdef CONFIG_FB_RADEON_OLD_DEBUG
+#define DEBUG 1
+#else
+#define DEBUG 0
+#endif
#if DEBUG
#define RTRACE printk
--
Michael Iatrou
-
To unsubscribe from this list: send the
2 matches
Mail list logo