aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-es7000/es7000plat.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-07-21 15:58:34 -0400
committerThomas Gleixner <tglx@linutronix.de>2008-07-21 15:58:34 -0400
commit5171c3047df9d5b5183b2b179aa797a5aed8369b (patch)
tree9b0d3256c66069325b45730aabf792362cc40c84 /arch/x86/mach-es7000/es7000plat.c
parentcfc1b9a6a683c835a20d5b565ade55baf639f72f (diff)
x86: move the last Dprintk instance to pr_debug()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/mach-es7000/es7000plat.c')
-rw-r--r--arch/x86/mach-es7000/es7000plat.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/mach-es7000/es7000plat.c b/arch/x86/mach-es7000/es7000plat.c
index 4354ce804889..50189af14b85 100644
--- a/arch/x86/mach-es7000/es7000plat.c
+++ b/arch/x86/mach-es7000/es7000plat.c
@@ -130,10 +130,10 @@ parse_unisys_oem (char *oemptr)
130 mip_addr = val; 130 mip_addr = val;
131 mip = (struct mip_reg *)val; 131 mip = (struct mip_reg *)val;
132 mip_reg = __va(mip); 132 mip_reg = __va(mip);
133 Dprintk("es7000_mipcfg: host_reg = 0x%lx \n", 133 pr_debug("es7000_mipcfg: host_reg = 0x%lx \n",
134 (unsigned long)host_reg); 134 (unsigned long)host_reg);
135 Dprintk("es7000_mipcfg: mip_reg = 0x%lx \n", 135 pr_debug("es7000_mipcfg: mip_reg = 0x%lx \n",
136 (unsigned long)mip_reg); 136 (unsigned long)mip_reg);
137 success++; 137 success++;
138 break; 138 break;
139 case MIP_PSAI_REG: 139 case MIP_PSAI_REG: