ARM: OMAP4: devices: fixup OMAP4 DMIC platform device error message
authorSebastien Guiriec <s-guiriec@ti.com>
Tue, 16 Oct 2012 18:19:17 +0000 (11:19 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 16 Oct 2012 21:05:50 +0000 (14:05 -0700)
Correct DMIC hwmod lockup error message and replace printk() by
pr_err().

Signed-off-by: Sebastien Guiriec <s-guiriec@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/devices.c

index c8c211731d267a233b7b8ac56cd042f472d46985..cba60e05e32ecef6a6c97cbf6679b99f474d4a5a 100644 (file)
@@ -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;
        }
 
This page took 0.026664 seconds and 5 git commands to generate.