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, 7 Feb 2022 07:09:31 +0000 (16:09 +0900)
commitf508dcbaffddffa24b912e2e79690f7d30bfb052
tree8534f487e95ffa2d05cba9f9e10d1177a5011bc5
parentf93dfbc5ed41df69939839f78a9e820c89de45de
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