Remove bogus irq test. Driver tested irq handler's "irq" argument against the PCI device's pci_dev->irq value, a test which would always succeed. Change this to "if (1)" to avoid re-indenting the [huge] interrupt handling code. Signed-off-by: Jeff Garzik