Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e482a2... Commit: e482a2378f3d1aef7fa8942f8f163078f01bb456 Parent: 68a784cb1add52543644a879ef601f3b52d18623 Author: Sonic Zhang <sonic.zhang@analog.com> AuthorDate: Fri Jan 2 13:40:45 2009 +0000 Committer: Linus Torvalds <torvalds@linux-foundation.org> CommitDate: Fri Jan 2 10:19:35 2009 -0800 Blackfin Serial Driver: Remove BI status for known_good_char 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> --- drivers/serial/bfin_5xx.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/serial/bfin_5xx.c b/drivers/serial/bfin_5xx.c index 1c85039..318d69d 100644 --- a/drivers/serial/bfin_5xx.c +++ b/drivers/serial/bfin_5xx.c @@ -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; } } -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
