Skip to content

Commit

Permalink
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Sep 24, 2005
2 parents f50c028 + f993724 commit 2e55b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/clps711x.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static irqreturn_t clps711xuart_int_rx(int irq, void *dev_id, struct pt_regs *re
{
struct uart_port *port = dev_id;
struct tty_struct *tty = port->info->tty;
unsigned int status, ch, flg, ignored = 0;
unsigned int status, ch, flg;

status = clps_readl(SYSFLG(port));
while (!(status & SYSFLG_URXFE)) {
Expand Down

0 comments on commit 2e55b57

Please sign in to comment.