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

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


Signed-off-by: James Nelson <james4765 at gmail.com>
---
diff --git a/arch/arm/mach-omap1/irq.c b/arch/arm/mach-omap1/irq.c
index 3ea140b..8a1b017 100644
--- a/arch/arm/mach-omap1/irq.c
+++ b/arch/arm/mach-omap1/irq.c
@@ -5,7 +5,7 @@
  *
  * Copyright (C) 2004 Nokia Corporation
  * Written by Tony Lindgren <tony at atomide.com>
- * Major cleanups by Juha Yrjölä <juha.yrjola at nokia.com>
+ * Major cleanups by Juha Yrj��<juha.yrjola at nokia.com>
  *
  * Completely re-written to support various OMAP chips with bank specific
  * interrupt handlers.
@@ -202,7 +202,7 @@ #if defined(CONFIG_ARCH_OMAP16XX)
 		irq_bank_count = ARRAY_SIZE(omap1610_irq_banks);
 	}
 #endif
-	printk("Total of %i interrupts in %i interrupt banks\n",
+	pr_info("Total of %i interrupts in %i interrupt banks\n",
 	       irq_bank_count * 32, irq_bank_count);
 
 	/* Mask and clear all interrupts */



More information about the Kernel-janitors mailing list