diff options
author | Timur Tabi <timur@codeaurora.org> | 2015-10-07 22:27:16 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-18 06:29:21 +0200 |
commit | 71a5cd8a4a2602a6e9010b557a23af0a54df87b6 (patch) | |
tree | 68904f0375e699197408b519e90fb6a1a8fdd241 /Documentation/acpi | |
parent | ttyFDC: Fix build problems due to use of module_{init,exit} (diff) | |
download | linux-71a5cd8a4a2602a6e9010b557a23af0a54df87b6.tar.xz linux-71a5cd8a4a2602a6e9010b557a23af0a54df87b6.zip |
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 <timur@codeaurora.org>
Reviewed-by: Dave Martin <Dave.Martin@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/acpi')
0 files changed, 0 insertions, 0 deletions