[PATCH] [MPC52XX] Trivial: printk-fixes in mpc52xx_common
Wolfram Sang
w.sang at pengutronix.de
Sat Sep 20 16:27:53 EST 2008
- one printk was missing a loglevel
- remove double space while we are here
Signed-off-by: Wolfram Sang <w.sang at pengutronix.de>
---
I'm sorry, accidently sent a -p0-patch before :(
arch/powerpc/platforms/52xx/mpc52xx_common.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Index: playground/arch/powerpc/platforms/52xx/mpc52xx_common.c
===================================================================
--- playground.orig/arch/powerpc/platforms/52xx/mpc52xx_common.c
+++ playground/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);
--
Dipl.-Ing. Wolfram Sang | http://www.pengutronix.de
Pengutronix - Linux Solutions for Science and Industry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20080920/bf46665e/attachment.pgp>
More information about the Linuxppc-embedded
mailing list