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

Commit 77f234f9 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge master.kernel.org:/home/rmk/linux-2.6-serial

parents 80c72579 a710ce08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ pl011_rx_chars(struct uart_amba_port *uap)
				flag = TTY_FRAME;
		}

		if (uart_handle_sysrq_char(&uap->port, ch, regs))
		if (uart_handle_sysrq_char(&uap->port, ch & 255, regs))
			goto ignore_char;

		uart_insert_char(&uap->port, ch, UART011_DR_OE, ch, flag);