diff options
| -rw-r--r-- | drivers/scsi/pcmcia/sym53c500_cs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/pcmcia/sym53c500_cs.c b/drivers/scsi/pcmcia/sym53c500_cs.c index 9fb0ea5c1fb9..5b458d2478f7 100644 --- a/drivers/scsi/pcmcia/sym53c500_cs.c +++ b/drivers/scsi/pcmcia/sym53c500_cs.c | |||
| @@ -545,8 +545,6 @@ SYM53C500_release(struct pcmcia_device *link) | |||
| 545 | */ | 545 | */ |
| 546 | if (shost->irq) | 546 | if (shost->irq) |
| 547 | free_irq(shost->irq, shost); | 547 | free_irq(shost->irq, shost); |
| 548 | if (shost->dma_channel != 0xff) | ||
| 549 | free_dma(shost->dma_channel); | ||
| 550 | if (shost->io_port && shost->n_io_port) | 548 | if (shost->io_port && shost->n_io_port) |
| 551 | release_region(shost->io_port, shost->n_io_port); | 549 | release_region(shost->io_port, shost->n_io_port); |
| 552 | 550 | ||
