[KJ] [PATCH 15/72] arm: add KERN_ constants to arch/arm/mach-netx/generic.c

James Nelson james4765 at gmail.com
Thu Sep 7 18:58:04 PDT 2006


Signed-off-by: James Nelson <james4765 at gmail.com>
---
diff --git a/arch/arm/mach-netx/generic.c b/arch/arm/mach-netx/generic.c
index af0b135..4a020ea 100644
--- a/arch/arm/mach-netx/generic.c
+++ b/arch/arm/mach-netx/generic.c
@@ -62,11 +62,7 @@ static struct platform_device *devices[]
 	&netx_rtc_device,
 };
 
-#if 0
-#define DEBUG_IRQ(fmt...)	printk(fmt)
-#else
-#define DEBUG_IRQ(fmt...)	while (0) {}
-#endif
+#define DEBUG_IRQ(fmt, args...)	pr_debug("%s: " fmt, __FUNCTION__, ## args)
 
 static void
 netx_hif_demux_handler(unsigned int irq_unused, struct irqdesc *desc,



More information about the Kernel-janitors mailing list