|
@@ -545,8 +545,6 @@ SYM53C500_release(struct pcmcia_device *link)
|
|
*/
|
|
*/
|
|
if (shost->irq)
|
|
if (shost->irq)
|
|
free_irq(shost->irq, shost);
|
|
free_irq(shost->irq, shost);
|
|
- if (shost->dma_channel != 0xff)
|
|
|
|
- free_dma(shost->dma_channel);
|
|
|
|
if (shost->io_port && shost->n_io_port)
|
|
if (shost->io_port && shost->n_io_port)
|
|
release_region(shost->io_port, shost->n_io_port);
|
|
release_region(shost->io_port, shost->n_io_port);
|
|
|
|
|