We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22dc793 commit a2fad8eCopy full SHA for a2fad8e
drivers/isdn/hardware/mISDN/mISDNipac.c
@@ -711,7 +711,7 @@ isac_release(struct isac_hw *isac)
711
{
712
if (isac->type & IPAC_TYPE_ISACX)
713
WriteISAC(isac, ISACX_MASK, 0xff);
714
- else
+ else if (isac->type != 0)
715
WriteISAC(isac, ISAC_MASK, 0xff);
716
if (isac->dch.timer.function != NULL) {
717
del_timer(&isac->dch.timer);
0 commit comments