aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/mux.c')
-rw-r--r--arch/arm/mach-omap1/mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/mux.c b/arch/arm/mach-omap1/mux.c
index 6a9b42f4113f..7835add00344 100644
--- a/arch/arm/mach-omap1/mux.c
+++ b/arch/arm/mach-omap1/mux.c
@@ -444,7 +444,7 @@ int __init_or_module omap1_cfg_reg(const struct pin_config *cfg)
444 } 444 }
445#endif 445#endif
446 446
447#ifdef CONFIG_OMAP_MUX_ERRORS 447#ifdef CONFIG_OMAP_MUX_WARNINGS
448 return warn ? -ETXTBSY : 0; 448 return warn ? -ETXTBSY : 0;
449#else 449#else
450 return 0; 450 return 0;