Browse Source

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

Linus Torvalds 19 years ago
parent
commit
77f234f9d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/serial/amba-pl011.c

+ 1 - 1
drivers/serial/amba-pl011.c

@@ -160,7 +160,7 @@ pl011_rx_chars(struct uart_amba_port *uap)
 				flag = TTY_FRAME;
 				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;
 			goto ignore_char;
 
 
 		uart_insert_char(&uap->port, ch, UART011_DR_OE, ch, flag);
 		uart_insert_char(&uap->port, ch, UART011_DR_OE, ch, flag);