|
@@ -1106,7 +1106,7 @@ static int configure_dma(struct pl022 *pl022)
|
|
|
pl022->sgt_tx.nents, DMA_TO_DEVICE);
|
|
pl022->sgt_tx.nents, DMA_TO_DEVICE);
|
|
|
err_tx_sgmap:
|
|
err_tx_sgmap:
|
|
|
dma_unmap_sg(rxchan->device->dev, pl022->sgt_rx.sgl,
|
|
dma_unmap_sg(rxchan->device->dev, pl022->sgt_rx.sgl,
|
|
|
- pl022->sgt_tx.nents, DMA_FROM_DEVICE);
|
|
|
|
|
|
|
+ pl022->sgt_rx.nents, DMA_FROM_DEVICE);
|
|
|
err_rx_sgmap:
|
|
err_rx_sgmap:
|
|
|
sg_free_table(&pl022->sgt_tx);
|
|
sg_free_table(&pl022->sgt_tx);
|
|
|
err_alloc_tx_sg:
|
|
err_alloc_tx_sg:
|