diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-06-10 15:28:49 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-10-31 14:49:01 (GMT) |
commit | 22d9d8e8316d7f69046c8805ce9aa8d9c43d4e5b (patch) | |
tree | 08dac036c1fdeb9c49940b3a7760860849eee65c /drivers/tc | |
parent | 93b11b2584ab6832cb279db731daa58442baac65 (diff) | |
download | linux-22d9d8e8316d7f69046c8805ce9aa8d9c43d4e5b.tar.xz |
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 <balbi@ti.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/tc')
0 files changed, 0 insertions, 0 deletions