diff options
author | Sebastien Guiriec <s-guiriec@ti.com> | 2012-10-16 11:19:17 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-16 14:05:50 -0700 |
commit | 49c58e82023649924b1b0f38d715d94093f4044b (patch) | |
tree | c08e8d6c967560cf278e9482f651a9fcc2aecfc2 /arch | |
parent | a2e5b90b0879e42eee4bef49bd217661abc35ee6 (diff) | |
download | linux-49c58e82023649924b1b0f38d715d94093f4044b.tar.gz linux-49c58e82023649924b1b0f38d715d94093f4044b.tar.bz2 linux-49c58e82023649924b1b0f38d715d94093f4044b.zip |
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 <s-guiriec@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |