Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

serial: omap: free the wakeup settings in remove

parent c9eaa447
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
}