]> git.baikalelectronics.ru Git - kernel.git/commit
[media] vsp1: use proper dma alloc/free functions
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Mar 2016 20:49:01 +0000 (13:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Mar 2016 20:49:01 +0000 (13:49 -0700)
commit1142ea952985ac78bc89ad4a44dc4a04b42a9719
tree368f43e9ff72d127a83f0da0069291f5030753ad
parent4623a8f4adc64f69bc6d43b5ad7dbee67ee6b5c1
[media] vsp1: use proper dma alloc/free functions

I noticed this while merging the drm tree and checking for stragglers:
the vsp1 driver still used dma_[alloc|free]_writecombine() that got
renamed in commit 9d1b811d15fd ("dma, mm/pat: Rename
dma_*_writecombine() to dma_*_wc()")

I should have noticed back in the media merge (commit 087b144e89a7), but
better late than never.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/media/platform/vsp1/vsp1_dl.c