Skip to content

Commit

Permalink
Blackfin Serial Driver: Remove BI status for known_good_char
Browse files Browse the repository at this point in the history
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Sonic Zhang authored and Linus Torvalds committed Jan 2, 2009
1 parent 68a784c commit e482a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/serial/bfin_5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ static void bfin_serial_rx_chars(struct bfin_serial_port *uart)
return;

known_good_char:
status &= ~BI;
anomaly_start.tv_sec = 0;
}
}
Expand Down

0 comments on commit e482a23

Please sign in to comment.