Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
drivers/serial/amba-pl011.c
··· 160 160 flag = TTY_FRAME; 161 161 } 162 162 163 - if (uart_handle_sysrq_char(&uap->port, ch, regs)) 163 + if (uart_handle_sysrq_char(&uap->port, ch & 255, regs)) 164 164 goto ignore_char; 165 165 166 166 uart_insert_char(&uap->port, ch, UART011_DR_OE, ch, flag);