From: Tony Lindgren Date: Mon, 5 Sep 2005 14:56:48 +0000 (+0300) Subject: ARM: OMAP: Fixed compile warning X-Git-Tag: v2.6.13-omap1~1 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6423237d831f6e366477c0de0eee902fb8d5a800;p=linux-2.6-omap-h63xx.git ARM: OMAP: Fixed compile warning Fixed compile warning --- diff --git a/arch/arm/mach-omap1/serial.c b/arch/arm/mach-omap1/serial.c index efcae93566d..e702e0cb899 100644 --- a/arch/arm/mach-omap1/serial.c +++ b/arch/arm/mach-omap1/serial.c @@ -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);