diff options
-rw-r--r-- | drivers/scsi/NCR53c406a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/NCR53c406a.c b/drivers/scsi/NCR53c406a.c index 10c3374d759f..42c7161474f7 100644 --- a/drivers/scsi/NCR53c406a.c +++ b/drivers/scsi/NCR53c406a.c | |||
@@ -595,7 +595,7 @@ static int NCR53c406a_release(struct Scsi_Host *shost) | |||
595 | { | 595 | { |
596 | if (shost->irq) | 596 | if (shost->irq) |
597 | free_irq(shost->irq, NULL); | 597 | free_irq(shost->irq, NULL); |
598 | #ifdef USE_DMA | 598 | #if USE_DMA |
599 | if (shost->dma_channel != 0xff) | 599 | if (shost->dma_channel != 0xff) |
600 | free_dma(shost->dma_channel); | 600 | free_dma(shost->dma_channel); |
601 | #endif | 601 | #endif |