]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fixed compile warning v2.6.13-omap1
authorTony Lindgren <tony@atomide.com>
Mon, 5 Sep 2005 15:01:34 +0000 (18:01 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 5 Sep 2005 15:01:34 +0000 (18:01 +0300)
Fixed compile warning

arch/arm/plat-omap/mux.c

index 55e09dc06eb43566ec3d8624d2b9abbd481d449d..64482040f89e9a7c0da908cd0bb8429b4ac5e274 100644 (file)
@@ -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);