]> git.neil.brown.name Git - history.git/commit
ISDN: Fix the workqueue changes for the HiSax driver
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Tue, 29 Oct 2002 13:50:51 +0000 (07:50 -0600)
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Tue, 29 Oct 2002 13:50:51 +0000 (07:50 -0600)
commitaf71c8d4dc97bb41eed8280de6ecddcd089d231e
tree72a215ebad3f4b52cbe6442f51ab9dc17bdfb8d1
parent8f702872a47fb6e5bb590f6d95722fa9ffb0794f
ISDN: Fix the workqueue changes for the HiSax driver

Whoever did the tqueue -> workqueue changes didn't really care to look
at how it was used in the HiSax driver, making the driver compile but
oops with NULL pointer derefs.

Oh, and workqueues are really not the right solution here, tasklets are.
But that's for later.
19 files changed:
drivers/isdn/hisax/amd7930.c
drivers/isdn/hisax/amd7930_fn.c
drivers/isdn/hisax/avm_pci.c
drivers/isdn/hisax/config.c
drivers/isdn/hisax/elsa_ser.c
drivers/isdn/hisax/hfc_2bds0.c
drivers/isdn/hisax/hfc_2bs0.c
drivers/isdn/hisax/hfc_pci.c
drivers/isdn/hisax/hfc_sx.c
drivers/isdn/hisax/hisax.h
drivers/isdn/hisax/hscx.c
drivers/isdn/hisax/icc.c
drivers/isdn/hisax/ipacx.c
drivers/isdn/hisax/isac.c
drivers/isdn/hisax/isar.c
drivers/isdn/hisax/isdnl1.c
drivers/isdn/hisax/jade.c
drivers/isdn/hisax/netjet.c
drivers/isdn/hisax/w6692.c