pch_uart: Fix missing break for 16 byte fifo
authorAlan Cox <alan@linux.intel.com>
Mon, 2 Jul 2012 17:51:38 +0000 (18:51 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 9 Aug 2012 23:25:17 +0000 (00:25 +0100)
commit882cd0e86a1640fd70298d13b924c2c9fb8861a7
tree85bd96fd58b37c8360cadf9fb2ac1a36e62f5123
parentd4a6acbb4b73704d018e65cc090be2fd2cc4322b
pch_uart: Fix missing break for 16 byte fifo

commit 9bc03743fff0770dc5a5324ba92e67cc377f16ca upstream.

Otherwise we fall back to the wrong value.

Reported-by: <dcb314@hotmail.com>
Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=44091
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/tty/serial/pch_uart.c