diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-06-26 23:49:11 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-10-31 14:48:27 +0000 |
commit | 68788979c2fbb1ce8691757b9d27231b4c5d08a8 (patch) | |
tree | 5b15ed6685bacbac7912d32b56abd8059db39e3a /drivers/usb | |
parent | e22f0e3fdc2b5b3a399df29c3b5991e35b690320 (diff) | |
download | talos-op-linux-68788979c2fbb1ce8691757b9d27231b4c5d08a8.tar.gz talos-op-linux-68788979c2fbb1ce8691757b9d27231b4c5d08a8.zip |
DMA-API: media: dt3155v4l: replace dma_set_mask()+dma_set_coherent_mask() with new helper
Replace the following sequence:
dma_set_mask(dev, mask);
dma_set_coherent_mask(dev, mask);
with a call to the new helper dma_set_mask_and_coherent().
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/usb')
0 files changed, 0 insertions, 0 deletions