From: Russell King Date: Thu, 27 Jun 2013 12:34:52 +0000 (+0100) Subject: DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent() X-Git-Tag: v3.13-rc1~104^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=105f4ade6fa0fc41742c83fc929e7fdc5a095233;p=pandora-kernel.git 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 --- Reading git-diff-tree failed