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

Commit 1611e6da authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "serial: msm_geni_serial: Reset UART error code to default during shutdown"

parents 9eea7955 1c8ac90f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2319,6 +2319,9 @@ static void msm_geni_serial_shutdown(struct uart_port *uport)
			disable_irq(msm_port->wakeup_irq);
			free_irq(msm_port->wakeup_irq, uport);
		}

		/* Reset UART error to default during port_close() */
		msm_port->uart_error = UART_ERROR_DEFAULT;
	}
	IPC_LOG_MSG(msm_port->ipc_log_misc, "%s: End\n", __func__);
}