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