[KJ] [PATCH 66/72] arm: add KERN_ constants to arch/arm/plat-omap/dmtimer.c

James Nelson james4765 at gmail.com
Thu Sep 7 19:03:51 PDT 2006


Signed-off-by: James Nelson <james4765 at gmail.com>
---
diff --git a/arch/arm/plat-omap/dmtimer.c b/arch/arm/plat-omap/dmtimer.c
index 5052443..e55f66b 100644
--- a/arch/arm/plat-omap/dmtimer.c
+++ b/arch/arm/plat-omap/dmtimer.c
@@ -206,7 +206,7 @@ struct omap_dm_timer *omap_dm_timer_requ
 	spin_lock_irqsave(&dm_timer_lock, flags);
 	if (id <= 0 || id > dm_timer_count || dm_timers[id-1].reserved) {
 		spin_unlock_irqrestore(&dm_timer_lock, flags);
-		printk("BUG: warning at %s:%d/%s(): unable to get timer %d\n",
+		printk(KERN_ERR "BUG: warning at %s:%d/%s(): unable to get timer %d\n",
 		       __FILE__, __LINE__, __FUNCTION__, id);
 		dump_stack();
 		return NULL;



More information about the Kernel-janitors mailing list