]> git.itanic.dy.fi Git - linux-stable/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, 2 Oct 2012 17:30:36 +0000 (10:30 -0700)
commit17361b3edc6e84fbbc996ad9bb350be41739f457
tree0ad6aa61635954e441221accf128fede2d1485ea
parenta31c99713bb3e130d34039a7a073a9d815af90a0
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: Tomoya MORINAGA <tomoya.rohm@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/pch_uart.c