diff options
Diffstat (limited to 'arch/arm/mach-omap2/mux.c')
-rw-r--r-- | arch/arm/mach-omap2/mux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c index ac8a249779f2..78064b0d4db5 100644 --- a/arch/arm/mach-omap2/mux.c +++ b/arch/arm/mach-omap2/mux.c | |||
@@ -814,7 +814,7 @@ int __init omap_mux_late_init(void) | |||
814 | "hwmod_io", omap_mux_late_init); | 814 | "hwmod_io", omap_mux_late_init); |
815 | 815 | ||
816 | if (ret) | 816 | if (ret) |
817 | pr_warning("mux: Failed to setup hwmod io irq %d\n", ret); | 817 | pr_warn("mux: Failed to setup hwmod io irq %d\n", ret); |
818 | 818 | ||
819 | return 0; | 819 | return 0; |
820 | } | 820 | } |