]> git.karo-electronics.de Git - linux-beck.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 16:27:31 +0000 (09:27 -0700)
commit669bd45f117cc8c7309acd6b6bb054fe4d9e46c0
tree2fa3ffd6eaa5ea4b07f59d7f6fa394649650b3a3
parentfde8be29239bf4a4118d918df1b2b8ef7266b1a2
pch_uart: Fix missing break for 16 byte fifo

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>
drivers/tty/serial/pch_uart.c