diff mbox

[MPC52XX] Trivial: printk-fixes in mpc52xx_common

Message ID 20080919132436.GF4307@pengutronix.de
State Accepted, archived
Delegated to: Grant Likely
Headers show

Commit Message

Wolfram Sang Sept. 19, 2008, 1:24 p.m. UTC
- one printk was missing a loglevel
 - remove double space while we are here

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
diff mbox

Patch

Index: arch/powerpc/platforms/52xx/mpc52xx_common.c
===================================================================
--- arch/powerpc/platforms/52xx/mpc52xx_common.c.orig
+++ arch/powerpc/platforms/52xx/mpc52xx_common.c
@@ -90,7 +90,7 @@ 
 	of_node_put(np);
 	if (!xlb) {
 		printk(KERN_ERR __FILE__ ": "
-			"Error mapping XLB in mpc52xx_setup_cpu().  "
+			"Error mapping XLB in mpc52xx_setup_cpu(). "
 			"Expect some abnormal behavior\n");
 		return;
 	}
@@ -216,7 +216,8 @@ 
 		out_be32(&mpc52xx_wdt->count, 0x000000ff);
 		out_be32(&mpc52xx_wdt->mode, 0x00009004);
 	} else
-		printk("mpc52xx_restart: Can't access wdt. "
+		printk(KERN_ERR __FILE__ ": "
+			"mpc52xx_restart: Can't access wdt. "
 			"Restart impossible, system halted.\n");
 
 	while (1);