projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2e5b90
)
ARM: OMAP4: devices: fixup OMAP4 DMIC platform device error message
author
Sebastien Guiriec
<s-guiriec@ti.com>
Tue, 16 Oct 2012 18:19:17 +0000
(11:19 -0700)
committer
Tony 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/devices.c
b/arch/arm/mach-omap2/devices.c
index
c8c2117
..
cba60e0
100644
(file)
--- 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) {
- pr
intk(KERN_ERR "Could not look up mcpdm
hw_mod\n");
+ pr
_err("Could not look up dmic
hw_mod\n");
return;
}