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

Commit ed965835 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "serial: msm_geni_serial: Avoid double vote off for console during suspend" into msm-4.9

parents 3f49053a a5231b4d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1845,7 +1845,6 @@ static int msm_geni_serial_sys_suspend_noirq(struct device *dev)
	if (uart_console(uport)) {
		uart_suspend_port((struct uart_driver *)uport->private_data,
					uport);
		se_geni_resources_off(&port->serial_rsc);
	} else {
		if (!pm_runtime_status_suspended(dev)) {
			dev_info(dev, "%s: Is still active\n", __func__);