diff mbox

[03/33] Removing dead OMAP_MUX_ERRORS

Message ID 20100701132255.GA32541@faui48a.informatik.uni-erlangen.de (mailing list archive)
State Accepted
Commit 9f6380820edae42849c46ae896508c49614c459b
Headers show

Commit Message

Christoph Egger July 1, 2010, 1:22 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap1/mux.c b/arch/arm/mach-omap1/mux.c
index 8434137..3e98835 100644
--- a/arch/arm/mach-omap1/mux.c
+++ b/arch/arm/mach-omap1/mux.c
@@ -440,7 +440,7 @@  int __init_or_module omap1_cfg_reg(const struct pin_config *cfg)
 	}
 #endif
 
-#ifdef CONFIG_OMAP_MUX_ERRORS
+#ifdef CONFIG_OMAP_MUX_WARNINGS
 	return warn ? -ETXTBSY : 0;
 #else
 	return 0;