On Tue, 2012-08-07 at 10:07 +0900, Tomoya MORINAGA wrote:
> Otherwise we fall back to the wrong value.
> 
> commmit ID: 9bc03743fff0770dc5a5324ba92e67cc377f16ca
> Target Kernel: 3.0, 3,2, 3.4, 3.5

I've added all three of these to the queue for 3.2, thanks.

Ben.

> Cc: [email protected]
> Reported-by: <[email protected]>
> Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=44091
> Signed-off-by: Alan Cox <[email protected]>
> Signed-off-by: Greg Kroah-Hartman <[email protected]>
> Signed-off-by: Tomoya MORINAGA <[email protected]>
> ---
>  drivers/tty/serial/pch_uart.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c
> index d291518..c5bc23d 100644
> --- a/drivers/tty/serial/pch_uart.c
> +++ b/drivers/tty/serial/pch_uart.c
> @@ -1266,6 +1266,7 @@ static int pch_uart_startup(struct uart_port *port)
>               break;
>       case 16:
>               fifo_size = PCH_UART_HAL_FIFO16;
> +             break;
>       case 1:
>       default:
>               fifo_size = PCH_UART_HAL_FIFO_DIS;

-- 
Ben Hutchings
Theory and practice are closer in theory than in practice.
                                - John Levine, moderator of comp.compilers

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to