Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49c58e82 authored by Sebastien Guiriec's avatar Sebastien Guiriec Committed by Tony Lindgren
Browse files

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: default avatarSebastien Guiriec <s-guiriec@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a2e5b90b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -341,7 +341,7 @@ static void __init omap_init_dmic(void)


	oh = omap_hwmod_lookup("dmic");
	oh = omap_hwmod_lookup("dmic");
	if (!oh) {
	if (!oh) {
		printk(KERN_ERR "Could not look up mcpdm hw_mod\n");
		pr_err("Could not look up dmic hw_mod\n");
		return;
		return;
	}
	}