提交 5171c304 编写于 作者: T Thomas Gleixner

x86: move the last Dprintk instance to pr_debug()

Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 cfc1b9a6
...@@ -130,10 +130,10 @@ parse_unisys_oem (char *oemptr) ...@@ -130,10 +130,10 @@ parse_unisys_oem (char *oemptr)
mip_addr = val; mip_addr = val;
mip = (struct mip_reg *)val; mip = (struct mip_reg *)val;
mip_reg = __va(mip); mip_reg = __va(mip);
Dprintk("es7000_mipcfg: host_reg = 0x%lx \n", pr_debug("es7000_mipcfg: host_reg = 0x%lx \n",
(unsigned long)host_reg); (unsigned long)host_reg);
Dprintk("es7000_mipcfg: mip_reg = 0x%lx \n", pr_debug("es7000_mipcfg: mip_reg = 0x%lx \n",
(unsigned long)mip_reg); (unsigned long)mip_reg);
success++; success++;
break; break;
case MIP_PSAI_REG: case MIP_PSAI_REG:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册