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 4ca2656 commit 05878b6Copy full SHA for 05878b6
drivers/isdn/hardware/mISDN/mISDNipac.c
@@ -694,7 +694,7 @@ isac_release(struct isac_hw *isac)
694
{
695
if (isac->type & IPAC_TYPE_ISACX)
696
WriteISAC(isac, ISACX_MASK, 0xff);
697
- else
+ else if (isac->type != 0)
698
WriteISAC(isac, ISAC_MASK, 0xff);
699
if (isac->dch.timer.function != NULL) {
700
del_timer(&isac->dch.timer);
0 commit comments