Skip to content

Commit

Permalink
ARM: OMAP4: devices: fixup OMAP4 DMIC platform device error message
Browse files Browse the repository at this point in the history
Correct DMIC hwmod lockup error message and replace printk() by
pr_err().

Signed-off-by: Sebastien Guiriec <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
Sebastien Guiriec authored and tmlind committed Oct 16, 2012
1 parent a2e5b90 commit 49c58e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 49c58e8

Please sign in to comment.