Unmap dma memory associated with command
void ata_sg_clean(struct ata_queued_cmd * qc);
qc
Command containing DMA memory to be released
Unmap all mapped DMA memory associated with this command.
spin_lock_irqsave(host lock)
Jeff Garzik
Author.