Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19606
b: refs/heads/master
c: 1989e20
h: refs/heads/master
v: v3
  • Loading branch information
Michal Ostrowski authored and Linus Torvalds committed Feb 3, 2006
1 parent ea22926 commit d5ea31b
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: 826eeb53a6f264842200d3311d69107d2eb25f5e
refs/heads/master: 1989e20cc1e7491232795f9dac9b745e4329dfd8
2 changes: 1 addition & 1 deletion trunk/drivers/char/rocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ static void rp_do_receive(struct r_port *info,
count += ToRecv;
}
/* Push the data up to the tty layer */
ld->receive_buf(tty, cbuf, fbuf, count);
ld->receive_buf(tty, chead, fhead, count);
done:
tty_ldisc_deref(ld);
}
Expand Down

0 comments on commit d5ea31b

Please sign in to comment.