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:
cfc1b9a
)
x86: move the last Dprintk instance to pr_debug()
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 21 Jul 2008 19:58:34 +0000
(21:58 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Mon, 21 Jul 2008 19:58:34 +0000
(21:58 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mach-es7000/es7000plat.c
patch
|
blob
|
history
diff --git
a/arch/x86/mach-es7000/es7000plat.c
b/arch/x86/mach-es7000/es7000plat.c
index 4354ce804889920f7560361cf79c2876cf7417b9..50189af14b859c67da06815b06a44c50ce07e4d8 100644
(file)
--- a/
arch/x86/mach-es7000/es7000plat.c
+++ b/
arch/x86/mach-es7000/es7000plat.c
@@
-130,10
+130,10
@@
parse_unisys_oem (char *oemptr)
mip_addr = val;
mip = (struct mip_reg *)val;
mip_reg = __va(mip);
-
Dprintk
("es7000_mipcfg: host_reg = 0x%lx \n",
- (unsigned long)host_reg);
-
Dprintk
("es7000_mipcfg: mip_reg = 0x%lx \n",
- (unsigned long)mip_reg);
+
pr_debug
("es7000_mipcfg: host_reg = 0x%lx \n",
+
(unsigned long)host_reg);
+
pr_debug
("es7000_mipcfg: mip_reg = 0x%lx \n",
+
(unsigned long)mip_reg);
success++;
break;
case MIP_PSAI_REG: