aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-03-21 13:55:10 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-16 14:15:01 -0700
commit93a2e470ef3b17495029a89a05e25830aeca1ffb (patch)
treea519325a681463b56ca3fdc80137e313480e563b /drivers/tty
parentLinux 3.15-rc1 (diff)
downloadlinux-dev-93a2e470ef3b17495029a89a05e25830aeca1ffb.tar.xz
linux-dev-93a2e470ef3b17495029a89a05e25830aeca1ffb.zip
serial: omap: free the wakeup settings in remove
Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/omap-serial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c
index dd8b1a5458ff..ecfafbb30356 100644
--- a/drivers/tty/serial/omap-serial.c
+++ b/drivers/tty/serial/omap-serial.c
@@ -1789,6 +1789,7 @@ static int serial_omap_remove(struct platform_device *dev)
pm_runtime_disable(up->dev);
uart_remove_one_port(&serial_omap_reg, &up->port);
pm_qos_remove_request(&up->pm_qos_request);
+ device_init_wakeup(&dev->dev, false);
return 0;
}