diff options
Diffstat (limited to 'drivers/isdn/hisax/icc.c')
-rw-r--r-- | drivers/isdn/hisax/icc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hisax/icc.c b/drivers/isdn/hisax/icc.c index 2cf7b665609e..da706925d54d 100644 --- a/drivers/isdn/hisax/icc.c +++ b/drivers/isdn/hisax/icc.c | |||
@@ -608,7 +608,7 @@ dbusy_timer_handler(struct IsdnCardState *cs) | |||
608 | debugl1(cs, "D-Channel Busy no skb"); | 608 | debugl1(cs, "D-Channel Busy no skb"); |
609 | } | 609 | } |
610 | cs->writeisac(cs, ICC_CMDR, 0x01); /* Transmitter reset */ | 610 | cs->writeisac(cs, ICC_CMDR, 0x01); /* Transmitter reset */ |
611 | cs->irq_func(cs->irq, cs, NULL); | 611 | cs->irq_func(cs->irq, cs); |
612 | } | 612 | } |
613 | } | 613 | } |
614 | } | 614 | } |