Commit 93a2e470 authored by Sanjay Singh Rawat's avatar Sanjay Singh Rawat Committed by Greg Kroah-Hartman

serial: omap: free the wakeup settings in remove

Signed-off-by: default avatarSanjay Singh Rawat <sanjay.rawat@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c9eaa447
......@@ -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;
}
......
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