Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150946
b: refs/heads/master
c: adbf7f0
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Samuel Ortiz committed Jun 12, 2009
1 parent 0733459 commit 161649c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d510fe70db4c62ac899c486506fdfb7f3b518c86
refs/heads/master: adbf7f01e78287701c0270a5262f319935d94082
2 changes: 1 addition & 1 deletion trunk/drivers/net/irda/smsc-ircc2.c
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,7 @@ static void smsc_ircc_sir_wait_hw_transmitter_finish(struct smsc_ircc_cb *self)
while (count-- > 0 && !(inb(iobase + UART_LSR) & UART_LSR_TEMT))
udelay(1);

if (count == 0)
if (count < 0)
IRDA_DEBUG(0, "%s(): stuck transmitter\n", __func__);
}

Expand Down

0 comments on commit 161649c

Please sign in to comment.