From: Russell King Date: Mon, 10 Jun 2013 15:28:49 +0000 (+0100) Subject: DMA-API: usb: use dma_set_coherent_mask() X-Git-Tag: v3.13-rc1~104^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d9d8e8316d7f69046c8805ce9aa8d9c43d4e5b;p=pandora-kernel.git DMA-API: usb: 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. Acked-by: Felipe Balbi Acked-by: Nicolas Ferre Signed-off-by: Russell King --- Reading git-diff-tree failed