powerpc/mpc5200: trivial printk-fixes in mpc52xx_common
- one printk was missing a loglevel - remove double space while we are here Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
a897ea13f7
commit
f43c32efac
1 changed files with 3 additions and 2 deletions
|
@ -216,7 +216,8 @@ mpc52xx_restart(char *cmd)
|
|||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue