From: Sebastien Guiriec Date: Tue, 16 Oct 2012 18:19:17 +0000 (-0700) Subject: ARM: OMAP4: devices: fixup OMAP4 DMIC platform device error message X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=49c58e82023649924b1b0f38d715d94093f4044b;p=deliverable%2Flinux.git 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: Sebastien Guiriec Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index c8c211731d26..cba60e05e32e 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -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; }