[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1395390310-21602-1-git-send-email-sanjay.rawat@linaro.org>
Date: Fri, 21 Mar 2014 13:55:10 +0530
From: Sanjay Singh Rawat <sanjay.rawat@...aro.org>
To: gregkh@...uxfoundation.org, jslaby@...e.cz
Cc: linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org,
Sanjay Singh Rawat <sanjay.rawat@...aro.org>
Subject: [PATCH] serial: omap: free the wakeup settings in remove
Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@...aro.org>
---
drivers/tty/serial/omap-serial.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c
index 77f0351..56b61d4 100644
--- a/drivers/tty/serial/omap-serial.c
+++ b/drivers/tty/serial/omap-serial.c
@@ -1782,6 +1782,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;
}
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists