]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fixed compile warning
authorTony Lindgren <tony@atomide.com>
Mon, 5 Sep 2005 14:56:48 +0000 (17:56 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 5 Sep 2005 14:56:48 +0000 (17:56 +0300)
Fixed compile warning

arch/arm/mach-omap1/serial.c

index efcae93566d7c6bb7a703769b010d605f037f837..e702e0cb899e251c40f77de2eeef64f1de1d6ced 100644 (file)
@@ -262,7 +262,7 @@ static void __init omap_serial_set_port_wakeup(int gpio_nr)
 static int __init omap_serial_wakeup_init(void)
 {
        if (!cpu_is_omap16xx())
-               return;
+               return 0;
 
        if (uart1_ck != NULL)
                omap_serial_set_port_wakeup(37);