Commit 7cbfd6a0 authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Greg Kroah-Hartman
Browse files

tty/serial: mpc52xx_uart: Don't zero port->sysrq

parent ba4508db
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1378,10 +1378,8 @@ mpc52xx_uart_int_rx_chars(struct uart_port *port)
		ch = psc_ops->read_char(port);

		/* Handle sysreq char */
		if (uart_handle_sysrq_char(port, ch)) {
			port->sysrq = 0;
		if (uart_handle_sysrq_char(port, ch))
			continue;
		}

		/* Store it */