diff options
Diffstat (limited to 'drivers/isdn/gigaset/common.c')
-rw-r--r-- | drivers/isdn/gigaset/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/gigaset/common.c b/drivers/isdn/gigaset/common.c index c438cfcb7c6d..82ed1cd14ff5 100644 --- a/drivers/isdn/gigaset/common.c +++ b/drivers/isdn/gigaset/common.c | |||
@@ -727,7 +727,7 @@ struct cardstate *gigaset_initcs(struct gigaset_driver *drv, int channels, | |||
727 | cs->ev_tail = 0; | 727 | cs->ev_tail = 0; |
728 | cs->ev_head = 0; | 728 | cs->ev_head = 0; |
729 | 729 | ||
730 | tasklet_init(&cs->event_tasklet, &gigaset_handle_event, | 730 | tasklet_init(&cs->event_tasklet, gigaset_handle_event, |
731 | (unsigned long) cs); | 731 | (unsigned long) cs); |
732 | cs->commands_pending = 0; | 732 | cs->commands_pending = 0; |
733 | cs->cur_at_seq = 0; | 733 | cs->cur_at_seq = 0; |