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
- Lines: 18
- Date:
Tue Sep 7 10:14:37 1999
- Orig file:
v2.3.16/linux/drivers/scsi/mca_53c9x.c
- Orig date:
Thu Aug 26 13:05:39 1999
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)