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)
* 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>

No differences found