diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-07-21 19:58:34 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-07-21 19:58:34 (GMT) |
commit | 5171c3047df9d5b5183b2b179aa797a5aed8369b (patch) | |
tree | 9b0d3256c66069325b45730aabf792362cc40c84 /arch/x86 | |
parent | cfc1b9a6a683c835a20d5b565ade55baf639f72f (diff) | |
download | linux-fsl-qoriq-5171c3047df9d5b5183b2b179aa797a5aed8369b.tar.xz |
x86: move the last Dprintk instance to pr_debug()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/mach-es7000/es7000plat.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/mach-es7000/es7000plat.c b/arch/x86/mach-es7000/es7000plat.c index 4354ce8..50189af 100644 --- 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: |