|
@@ -309,7 +309,7 @@ static void midc_descriptor_complete(struct intel_mid_dma_chan *midc,
|
|
|
callback_txd(param_txd);
|
|
|
}
|
|
|
if (midc->raw_tfr) {
|
|
|
- desc->status = DMA_SUCCESS;
|
|
|
+ desc->status = DMA_COMPLETE;
|
|
|
if (desc->lli != NULL) {
|
|
|
pci_pool_free(desc->lli_pool, desc->lli,
|
|
|
desc->lli_phys);
|
|
@@ -481,7 +481,7 @@ static enum dma_status intel_mid_dma_tx_status(struct dma_chan *chan,
|
|
|
enum dma_status ret;
|
|
|
|
|
|
ret = dma_cookie_status(chan, cookie, txstate);
|
|
|
- if (ret != DMA_SUCCESS) {
|
|
|
+ if (ret != DMA_COMPLETE) {
|
|
|
spin_lock_bh(&midc->lock);
|
|
|
midc_scan_descriptors(to_middma_device(chan->device), midc);
|
|
|
spin_unlock_bh(&midc->lock);
|