diff options
Diffstat (limited to 'drivers/isdn/gigaset/common.c')
-rw-r--r-- | drivers/isdn/gigaset/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/common.c b/drivers/isdn/gigaset/common.c index 79c9b0f40f4b..e4141bf8b2f3 100644 --- a/drivers/isdn/gigaset/common.c +++ b/drivers/isdn/gigaset/common.c | |||
@@ -565,8 +565,6 @@ static struct bc_state *gigaset_initbcs(struct bc_state *bcs, | |||
565 | gig_dbg(DEBUG_INIT, "setting up bcs[%d]->at_state", channel); | 565 | gig_dbg(DEBUG_INIT, "setting up bcs[%d]->at_state", channel); |
566 | gigaset_at_init(&bcs->at_state, bcs, cs, -1); | 566 | gigaset_at_init(&bcs->at_state, bcs, cs, -1); |
567 | 567 | ||
568 | bcs->rcvbytes = 0; | ||
569 | |||
570 | #ifdef CONFIG_GIGASET_DEBUG | 568 | #ifdef CONFIG_GIGASET_DEBUG |
571 | bcs->emptycount = 0; | 569 | bcs->emptycount = 0; |
572 | #endif | 570 | #endif |