projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a897ea1
)
powerpc/mpc5200: trivial printk-fixes in mpc52xx_common
author
Wolfram Sang
<
[email protected]
>
Wed, 8 Oct 2008 17:36:21 +0000
(11:36 -0600)
committer
Grant Likely
<
[email protected]
>
Wed, 8 Oct 2008 17:36:21 +0000
(11:36 -0600)
- one printk was missing a loglevel
- remove double space while we are here
Signed-off-by: Wolfram Sang <
[email protected]
>
Signed-off-by: Grant Likely <
[email protected]
>
arch/powerpc/platforms/52xx/mpc52xx_common.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/52xx/mpc52xx_common.c
b/arch/powerpc/platforms/52xx/mpc52xx_common.c
index 4d5fd1dbd4007a5235b5b170367e451cc4f40b67..044b4e6e874383a77e31fe5e80d8737a465865c5 100644
(file)
--- a/
arch/powerpc/platforms/52xx/mpc52xx_common.c
+++ b/
arch/powerpc/platforms/52xx/mpc52xx_common.c
@@
-90,7
+90,7
@@
mpc5200_setup_xlb_arbiter(void)
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
@@
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);