aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/u14-34f.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/u14-34f.c')
-rw-r--r--drivers/scsi/u14-34f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/u14-34f.c b/drivers/scsi/u14-34f.c
index 9c216e563568..5a03bb3bcfef 100644
--- a/drivers/scsi/u14-34f.c
+++ b/drivers/scsi/u14-34f.c
@@ -873,7 +873,7 @@ static int port_detect \
873 873
874 /* Board detected, allocate its IRQ */ 874 /* Board detected, allocate its IRQ */
875 if (request_irq(irq, do_interrupt_handler, 875 if (request_irq(irq, do_interrupt_handler,
876 IRQF_DISABLED | ((subversion == ESA) ? IRQF_SHARED : 0), 876 (subversion == ESA) ? IRQF_SHARED : 0,
877 driver_name, (void *) &sha[j])) { 877 driver_name, (void *) &sha[j])) {
878 printk("%s: unable to allocate IRQ %u, detaching.\n", name, irq); 878 printk("%s: unable to allocate IRQ %u, detaching.\n", name, irq);
879 goto freelock; 879 goto freelock;