patch-2.3.17 linux/drivers/scsi/mca_53c9x.c

Next file: linux/drivers/scsi/scsi.c
Previous file: linux/drivers/scsi/inia100.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.16/linux/drivers/scsi/mca_53c9x.c linux/drivers/scsi/mca_53c9x.c
@@ -157,7 +157,7 @@
 			{
 				printk("Unable to request IRQ %d.\n", esp->irq);
 				esp_deallocate(esp);
-				unregister_scsi(esp->ehost);
+				scsi_unregister(esp->ehost);
 				return 0;
 			}
 
@@ -166,7 +166,7 @@
 				 esp->dma);
 				free_irq(esp->irq, esp_intr);
 				esp_deallocate(esp);
-				unregister_scsi(esp->ehost);
+				scsi_unregister(esp->ehost);
 				return 0;
 			}
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)