Skip to content

Commit

Permalink
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Dec 29, 2005
2 parents 80c7257 + a710ce0 commit 77f234f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/amba-pl011.c
Expand Up @@ -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);
Expand Down

0 comments on commit 77f234f

Please sign in to comment.