Skip to content
Commit 105f4ade authored by Russell King's avatar Russell King
Browse files

DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()



Convert this code sequence:
	pdev->dev.coherent_dma_mask = DMA_BIT_MASK(64);
	pdev->dev.dma_mask = &pdev->dev.coherent_dma_mask;
to use dma_coerce_mask_and_coherent() to avoid bypassing the architecture
check on the DMA mask.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c9bd5e69
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment