Commit 6423237d authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Fixed compile warning

Fixed compile warning
parent 9b72aefc
...@@ -262,7 +262,7 @@ static void __init omap_serial_set_port_wakeup(int gpio_nr) ...@@ -262,7 +262,7 @@ static void __init omap_serial_set_port_wakeup(int gpio_nr)
static int __init omap_serial_wakeup_init(void) static int __init omap_serial_wakeup_init(void)
{ {
if (!cpu_is_omap16xx()) if (!cpu_is_omap16xx())
return; return 0;
if (uart1_ck != NULL) if (uart1_ck != NULL)
omap_serial_set_port_wakeup(37); omap_serial_set_port_wakeup(37);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment