From: Russell King Date: Mon, 10 Jun 2013 17:41:59 +0000 (+0100) Subject: DMA-API: others: use dma_set_coherent_mask() X-Git-Tag: v3.13-rc1~104^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6cfaaba1a93a239b01bc8d1351685773b657b64;p=pandora-kernel.git DMA-API: others: use dma_set_coherent_mask() The correct way for a driver to specify the coherent DMA mask is not to directly access the field in the struct device, but to use dma_set_coherent_mask(). Only arch and bus code should access this member directly. Convert all direct write accesses to using the correct API. Signed-off-by: Russell King --- Reading git-diff-tree failed