vserver 1.9.3
[linux-2.6.git] / drivers / scsi / dtc.c
index 624c7ee..6611113 100644 (file)
@@ -451,6 +451,7 @@ static int dtc_release(struct Scsi_Host *shost)
 {
        if (shost->irq)
                free_irq(shost->irq, NULL);
+       NCR5380_exit(shost);
        if (shost->io_port && shost->n_io_port)
                release_region(shost->io_port, shost->n_io_port);
        scsi_unregister(shost);