Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18884
b: refs/heads/master
c: 1230b40
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Victor authored and Russell King committed Jan 18, 2006
1 parent c5469b3 commit 5bf2432
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68477d11769ce8c6830523f08637894c43885c7e
refs/heads/master: 1230b4046b9da77ccb83ef2eaffc54dc4a96093a
2 changes: 1 addition & 1 deletion trunk/drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ config SERIAL_AT91_TTYAT
depends on SERIAL_AT91=y
help
Say Y here if you wish to have the five internal AT91RM9200 UARTs
appear as /dev/ttyAT0-4 (major 240, minor 0-4) instead of the
appear as /dev/ttyAT0-4 (major 204, minor 154-158) instead of the
normal /dev/ttyS0-4 (major 4, minor 64-68). This is necessary if
you also want other UARTs, such as external 8250/16C550 compatible
UARTs.
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/serial/at91_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ static void at91_rx_chars(struct uart_port *port, struct pt_regs *regs)
while (status & (AT91_US_RXRDY)) {
ch = UART_GET_CHAR(port);

if (tty->flip.count >= TTY_FLIPBUF_SIZE)
goto ignore_char;
port->icount.rx++;

flg = TTY_NORMAL;
Expand Down

0 comments on commit 5bf2432

Please sign in to comment.