Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155515
b: refs/heads/master
c: b983d0d
h: refs/heads/master
i:
  155513: d3e2f42
  155511: 83b103d
v: v3
  • Loading branch information
Linus Torvalds committed Jul 17, 2009
1 parent acb6964 commit e16ec08
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: 04aef32d39cc4ef80087c0ce8ed113c6d64f1a6b
refs/heads/master: b983d0deb0e28f8880cdea79def575d96a27e603
2 changes: 1 addition & 1 deletion trunk/drivers/char/tty_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ int tty_port_block_til_ready(struct tty_port *port,
if (retval == 0)
port->flags |= ASYNC_NORMAL_ACTIVE;
spin_unlock_irqrestore(&port->lock, flags);
return 0;
return retval;

}
EXPORT_SYMBOL(tty_port_block_til_ready);
Expand Down

0 comments on commit e16ec08

Please sign in to comment.