misc: bcm2835_smi: use proper enum in dma_map_single
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 6 Mar 2019 08:53:48 +0000 (17:53 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 6 Jul 2020 09:07:44 +0000 (18:07 +0900)
commit48693323a02c70412cd9f3b2f50e4e4f95cbdc18
tree2b586e8fda2bbfc2236897fa14031afd0297a4bd
parentadfbf345ad1a6d41d922abe5ace4840e1ad4f1c5
misc: bcm2835_smi: use proper enum in dma_map_single

With llvm/clang, there are implicit conversion build warnings.
Use proper enum in dma_map_single/dma_unmap_single.

Change-Id: Id241d8f2d5fec16946bb34184af7b6053b6f9ca6
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/misc/bcm2835_smi.c