patch-2.3.14 linux/drivers/scsi/53c7xx.c
Next file: linux/drivers/scsi/BusLogic.c
Previous file: linux/drivers/pnp/isapnp_proc.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Aug 15 11:48:32 1999
-  Orig file: 
v2.3.13/linux/drivers/scsi/53c7xx.c
-  Orig date: 
Mon Aug  9 14:59:22 1999
diff -u --recursive --new-file v2.3.13/linux/drivers/scsi/53c7xx.c linux/drivers/scsi/53c7xx.c
@@ -1074,7 +1074,7 @@
 
     NCR53c7x0_driver_init (host);
 
-    if (request_irq(host->irq, NCR53c7x0_intr, 0, "53c7xx", host))
+    if (request_irq(host->irq, NCR53c7x0_intr, SA_SHIRQ, "53c7xx", host))
     {
 	printk("scsi%d : IRQ%d not free, detaching\n",
 		host->host_no, host->irq);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)