aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hisax/isac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/hisax/isac.c')
-rw-r--r--drivers/isdn/hisax/isac.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/isdn/hisax/isac.c b/drivers/isdn/hisax/isac.c
index 07b1673122b8..a19354d94343 100644
--- a/drivers/isdn/hisax/isac.c
+++ b/drivers/isdn/hisax/isac.c
@@ -86,8 +86,6 @@ isac_bh(struct work_struct *work)
86 container_of(work, struct IsdnCardState, tqueue); 86 container_of(work, struct IsdnCardState, tqueue);
87 struct PStack *stptr; 87 struct PStack *stptr;
88 88
89 if (!cs)
90 return;
91 if (test_and_clear_bit(D_CLEARBUSY, &cs->event)) { 89 if (test_and_clear_bit(D_CLEARBUSY, &cs->event)) {
92 if (cs->debug) 90 if (cs->debug)
93 debugl1(cs, "D-Channel Busy cleared"); 91 debugl1(cs, "D-Channel Busy cleared");