git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e22f0e3
)
DMA-API: media: dt3155v4l: replace dma_set_mask()+dma_set_coherent_mask() with new...
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 26 Jun 2013 22:49:11 +0000
(23:49 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 31 Oct 2013 14:48:27 +0000
(14:48 +0000)
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>
No differences found