Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30625
b: refs/heads/master
c: 916d154
h: refs/heads/master
i:
  30623: 0fd28e9
v: v3
  • Loading branch information
Karsten Keil authored and Linus Torvalds committed Jun 26, 2006
1 parent 37cb82a commit e54635b
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: 5fd571cbc13db113bda26c20673e1ec54bfd26b4
refs/heads/master: 916d15445f4ad2a9018e5451760734f36083be77
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/i4l/isdn_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ isdn_readbchan_tty(int di, int channel, struct tty_struct *tty, int cisco_hack)
count_put = count_pull;
if(count_put > 1)
tty_insert_flip_string(tty, skb->data, count_put - 1);
last = skb->data[count_put] - 1;
last = skb->data[count_put - 1];
len -= count_put;
#ifdef CONFIG_ISDN_AUDIO
}
Expand Down

0 comments on commit e54635b

Please sign in to comment.