]> git.karo-electronics.de Git - karo-tx-linux.git/commit
isdn/act2000: fix major bug. clean irq handler.
authorJeff Garzik <jeff@garzik.org>
Fri, 19 Oct 2007 23:30:28 +0000 (19:30 -0400)
committerJeff Garzik <jeff@garzik.org>
Tue, 23 Oct 2007 23:53:16 +0000 (19:53 -0400)
commit246f93f5cc0d4116cadf33ad1c8ae7ac08e9b1c7
tree05cfcb3b73c3de7b277295a9ca89db8cfb4bebd2
parentd12341f9f2b7cc38c699c2af3a9f17eb39b64b17
isdn/act2000: fix major bug. clean irq handler.

* invert sense of request_irq() test.  otherwise we will always fail,
  when IRQ is available.

* no need to use 'irq' function arg, its stored in a data struct already

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/isdn/act2000/act2000_isa.c