提交 49c58e82 编写于 作者: S Sebastien Guiriec 提交者: Tony Lindgren

ARM: OMAP4: devices: fixup OMAP4 DMIC platform device error message

Correct DMIC hwmod lockup error message and replace printk() by
pr_err().
Signed-off-by: NSebastien Guiriec <s-guiriec@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 a2e5b90b
......@@ -341,7 +341,7 @@ static void __init omap_init_dmic(void)
oh = omap_hwmod_lookup("dmic");
if (!oh) {
printk(KERN_ERR "Could not look up mcpdm hw_mod\n");
pr_err("Could not look up dmic hw_mod\n");
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册