From e54635b8b495af57b7213131b1440b3a8b74b871 Mon Sep 17 00:00:00 2001 From: Karsten Keil Date: Mon, 26 Jun 2006 20:21:01 +0200 Subject: [PATCH] --- yaml --- r: 30625 b: refs/heads/master c: 916d15445f4ad2a9018e5451760734f36083be77 h: refs/heads/master i: 30623: 0fd28e9fe63c63d55c56527314ddbfd910160628 v: v3 --- [refs] | 2 +- trunk/drivers/isdn/i4l/isdn_common.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cb725cf474de..80621198f726 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5fd571cbc13db113bda26c20673e1ec54bfd26b4 +refs/heads/master: 916d15445f4ad2a9018e5451760734f36083be77 diff --git a/trunk/drivers/isdn/i4l/isdn_common.c b/trunk/drivers/isdn/i4l/isdn_common.c index 81accdf35168..b26e509ec759 100644 --- a/trunk/drivers/isdn/i4l/isdn_common.c +++ b/trunk/drivers/isdn/i4l/isdn_common.c @@ -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 }