summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2005-09-05 18:01:34 +0300
committerTony Lindgren <tony@atomide.com>2005-09-05 18:01:34 +0300
commit031ddf931431d019fc1b586e9066b160009b77b1 (patch)
tree7e3da6cb777a9dd21232d722d3ec24b7e679565d
parent6423237d831f6e366477c0de0eee902fb8d5a800 (diff)
ARM: OMAP: Fixed compile warningv2.6.13-omap1
Fixed compile warning
-rw-r--r--arch/arm/plat-omap/mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/mux.c b/arch/arm/plat-omap/mux.c
index 55e09dc06eb..64482040f89 100644
--- a/arch/arm/plat-omap/mux.c
+++ b/arch/arm/plat-omap/mux.c
@@ -49,7 +49,7 @@ omap_cfg_reg(const reg_cfg_t reg_cfg)
unsigned int mask, warn = 0;
if (cpu_is_omap7xx())
- return;
+ return 0;
if (reg_cfg > ARRAY_SIZE(reg_cfg_table)) {
printk(KERN_ERR "MUX: reg_cfg %d\n", reg_cfg);