]> git.baikalelectronics.ru Git - kernel.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>
Thu, 26 Jul 2012 20:37:12 +0000 (13:37 -0700)
commit4ccb889d0182a1fc7c2c24a56bd0137aa9c7216c
tree6338a4f076629077e493e7ffabbaf904ac382fd6
parente98f25dde8a762f7edc95997bb6849bfc43a3b29
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