aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorTimur Tabi <[email protected]>2015-10-07 15:27:16 -0500
committerGreg Kroah-Hartman <[email protected]>2015-10-17 21:29:21 -0700
commit71a5cd8a4a2602a6e9010b557a23af0a54df87b6 (patch)
tree68904f0375e699197408b519e90fb6a1a8fdd241 /net/unix/af_unix.c
parent3e8137a185240fa6da0ff91cd9c604716371903b (diff)
serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()
The UART_DUMMY_DR_RX status bit is equal to (1 << 16), so a u16 is too small to hold that value. The result is that UART_DUMMY_DR_RX is never passed to uart_insert_char(). This means that we're always accepting characters, even when CREAD (in termios) is not set. Signed-off-by: Timur Tabi <[email protected]> Reviewed-by: Dave Martin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions