[KJ] [PATCH 54/72] arm: add KERN_ constants to arch/arm/mach-shark/irq.c

James Nelson james4765 at gmail.com
Thu Sep 7 19:02:28 PDT 2006


Signed-off-by: James Nelson <james4765 at gmail.com>
---
diff --git a/arch/arm/mach-shark/irq.c b/arch/arm/mach-shark/irq.c
index b227052..d42cbb3 100644
--- a/arch/arm/mach-shark/irq.c
+++ b/arch/arm/mach-shark/irq.c
@@ -63,7 +63,7 @@ static void shark_ack_8259A_irq(unsigned
 
 static irqreturn_t bogus_int(int irq, void *dev_id, struct pt_regs *regs)
 {
-	printk("Got interrupt %i!\n",irq);
+	printk(KERN_WARNING "bogus interrupt %i!\n",irq);
 	return IRQ_NONE;
 }
 



More information about the Kernel-janitors mailing list