From: Russell King Date: Mon, 10 Jun 2013 15:56:16 +0000 (+0100) Subject: DMA-API: staging: use dma_set_coherent_mask() X-Git-Tag: v3.13-rc1~104^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cdbb4ff7fe456c43e9d6c6397e37380ff292520;p=pandora-kernel.git DMA-API: staging: 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