Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30827
b: refs/heads/master
c: ca6f879
h: refs/heads/master
i:
  30825: 0bc5adc
  30823: 3f8e31f
v: v3
  • Loading branch information
Karsten Keil authored and Linus Torvalds committed Jun 28, 2006
1 parent 3b65946 commit 855a90f
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: 91bf46026966926f3b63539db423144b8c66eab4
refs/heads/master: ca6f8792bd5281ebaf04bf23a43ed486e5e453a9
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/i4l/isdn_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ isdn_tty_try_read(modem_info * info, struct sk_buff *skb)
int l = skb->len;
unsigned char *dp = skb->data;
while (--l) {
if (*skb->data == DLE)
if (*dp == DLE)
tty_insert_flip_char(tty, DLE, 0);
tty_insert_flip_char(tty, *dp++, 0);
}
Expand Down

0 comments on commit 855a90f

Please sign in to comment.