DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 27 Jun 2013 12:34:52 +0000 (13:34 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 31 Oct 2013 14:48:49 +0000 (14:48 +0000)
commit105f4ade6fa0fc41742c83fc929e7fdc5a095233
treeeecda5848c7335b3e9f9f8dd6c0f7bfcf2f8b757
parentc9bd5e690a439df044678d89e89e380cf9db7930
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: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/ata/pata_octeon_cf.c