[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)
commit770c4c1119dbaa0e5e4c1f2e88ca8bfeb0d66b6d
tree368f43e9ff72d127a83f0da0069291f5030753ad
parent266c73b77706f2d05b4a3e70a5bb702ed35431d6
[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 f6e45661f9be ("dma, mm/pat: Rename
dma_*_writecombine() to dma_*_wc()")

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

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