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

Commit 3760667c 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: Call console_stop during shutdown" into msm-4.9

parents ed965835 eb208b97
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1020,6 +1020,7 @@ static void msm_geni_serial_shutdown(struct uart_port *uport)
	disable_irq(uport->irq);
	free_irq(uport->irq, msm_port);
	if (uart_console(uport)) {
		console_stop(uport->cons);
		se_geni_resources_off(&msm_port->serial_rsc);
	} else {
		if (msm_port->wakeup_irq > 0) {