NCR53c406a: don't call free_dma() by default
[deliverable/linux.git] / drivers / scsi / NCR53c406a.c
index 10c3374d759fc23b7b85d42d2374c6fdd1fb04bd..42c7161474f7b31ca4622f4ffe91ca4da333fb1e 100644 (file)
@@ -595,7 +595,7 @@ static int NCR53c406a_release(struct Scsi_Host *shost)
 {
        if (shost->irq)
                free_irq(shost->irq, NULL);
-#ifdef USE_DMA
+#if USE_DMA
        if (shost->dma_channel != 0xff)
                free_dma(shost->dma_channel);
 #endif
This page took 0.025867 seconds and 5 git commands to generate.