diff options
author | David S. Miller <davem@davemloft.net> | 2009-07-26 10:00:21 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-26 10:00:21 -0700 |
commit | 436b355b96042ab6564f43a7dabd5c61d9634ff7 (patch) | |
tree | 4890e26f886ceffb0081198facb98233eae134d5 /drivers/isdn/hisax/hfc_pci.c | |
parent | 92d947b77436437f4fe6f9b7b7cd35f1a294fa9d (diff) | |
parent | f70e75e11069edfbe55be06960854c46860da0a3 (diff) |
Merge branch 'for_david' of git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6-net-next
Diffstat (limited to 'drivers/isdn/hisax/hfc_pci.c')
-rw-r--r-- | drivers/isdn/hisax/hfc_pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/isdn/hisax/hfc_pci.c b/drivers/isdn/hisax/hfc_pci.c index 3d337d924c2..d110a77940a 100644 --- a/drivers/isdn/hisax/hfc_pci.c +++ b/drivers/isdn/hisax/hfc_pci.c @@ -1506,8 +1506,6 @@ hfcpci_bh(struct work_struct *work) u_long flags; // struct PStack *stptr; - if (!cs) - return; if (test_and_clear_bit(D_L1STATECHANGE, &cs->event)) { if (!cs->hw.hfcpci.nt_mode) switch (cs->dc.hfcpci.ph_state) { |