Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4817
b: refs/heads/master
c: a1287ba
h: refs/heads/master
i:
  4815: 08e3027
v: v3
  • Loading branch information
Michal Ostrowski authored and Linus Torvalds committed Jul 15, 2005
1 parent 8cf79b6 commit 0bd4760
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6f97933d0fd13920d7d53b6e0107bb674b3a1f0b
refs/heads/master: a1287ba1ba810aae1f8b81e32560d5d3bf3ff9f0
3 changes: 2 additions & 1 deletion trunk/drivers/char/rocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ static void rp_do_receive(struct r_port *info,
ToRecv = space;

if (ToRecv <= 0)
return;
goto done;

/*
* if status indicates there are errored characters in the
Expand Down Expand Up @@ -437,6 +437,7 @@ static void rp_do_receive(struct r_port *info,
}
/* Push the data up to the tty layer */
ld->receive_buf(tty, tty->flip.char_buf, tty->flip.flag_buf, count);
done:
tty_ldisc_deref(ld);
}

Expand Down

0 comments on commit 0bd4760

Please sign in to comment.