blackfin: Subtract ANOMALY_05000230 on quot
authorGraf Yang <[email protected]>
Mon, 6 Apr 2009 16:32:49 +0000 (17:32 +0100)
committerLinus Torvalds <[email protected]>
Mon, 6 Apr 2009 21:36:30 +0000 (14:36 -0700)
Fix bug - up arrow key works abnormal for bf561 ezkit board

Signed-off-by: Graf Yang <[email protected]>
Signed-off-by: Bryan Wu <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/serial/bfin_5xx.c

index 12b11da40b494661b4adc5128d1ba3a2c6ee6c38..f9b5a72e261a517c47950c99b52b91d1f52fe029 100644 (file)
@@ -760,7 +760,7 @@ bfin_serial_set_termios(struct uart_port *port, struct ktermios *termios,
        }
 
        baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16);
-       quot = uart_get_divisor(port, baud);
+       quot = uart_get_divisor(port, baud) - ANOMALY_05000230;
        spin_lock_irqsave(&uart->port.lock, flags);
 
        UART_SET_ANOMALY_THRESHOLD(uart, USEC_PER_SEC / baud * 15);