Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361042
b: refs/heads/master
c: 0b176ce
h: refs/heads/master
v: v3
  • Loading branch information
Peter Hurley authored and David S. Miller committed Mar 6, 2013
1 parent cc7df29 commit 280f0cf
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: 2f7c069b96ed7b1f6236f2fa7b0bc06f4f54f2d9
refs/heads/master: 0b176ce3a7cbfa92eceddf3896f1a504877d974a
2 changes: 1 addition & 1 deletion trunk/net/irda/ircomm/ircomm_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ static int ircomm_tty_block_til_ready(struct ircomm_tty_cb *self,
if (tty->termios.c_cflag & CBAUD)
tty_port_raise_dtr_rts(port);

current->state = TASK_INTERRUPTIBLE;
set_current_state(TASK_INTERRUPTIBLE);

if (tty_hung_up_p(filp) ||
!test_bit(ASYNCB_INITIALIZED, &port->flags)) {
Expand Down

0 comments on commit 280f0cf

Please sign in to comment.