| Submitter | Benjamin Herrenschmidt |
|---|---|
| Date | Dec. 1, 2009, 5:57 a.m. |
| Message ID | <1259647073.2076.247.camel@pasglop> |
| Download | mbox | patch |
| Permalink | /patch/39876/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
--- linux-work.orig/drivers/ata/libata-sff.c 2009-12-01 16:51:10.000000000 +1100 +++ linux-work/drivers/ata/libata-sff.c 2009-12-01 16:52:59.000000000 +1100 @@ -2384,7 +2384,7 @@ void ata_sff_post_internal_cmd(struct at ap->hsm_task_state = HSM_ST_IDLE; if (ap->ioaddr.bmdma_addr) - ata_bmdma_stop(qc); + ap->ops->bmdma_stop(qc); spin_unlock_irqrestore(ap->lock, flags);