android_kernel_oneplus_msm8998/include
Nathan Chancellor 1d6b58f039 dmaengine: ep93xx: Return proper enum in ep93xx_dma_chan_direction
[ Upstream commit 9524d6b265f9b2b9a61fceb2ee2ce1c2a83e39ca ]

Clang warns when implicitly converting from one enumerated type to
another. Avoid this by using the equivalent value from the expected
type.

In file included from drivers/dma/ep93xx_dma.c:30:
./include/linux/platform_data/dma-ep93xx.h:88:10: warning: implicit
conversion from enumeration type 'enum dma_data_direction' to different
enumeration type 'enum dma_transfer_direction' [-Wenum-conversion]
                return DMA_NONE;
                ~~~~~~ ^~~~~~~~
1 warning generated.

Reported-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-25 15:54:30 +01:00
..
acpi
asm-generic asm-generic: default BUG_ON(x) to if(x)BUG() 2019-08-25 10:53:04 +02:00
clocksource
crypto
drm
dt-bindings
keys KEYS: user: Align the payload buffer 2019-03-23 08:44:17 +01:00
kvm
linux dmaengine: ep93xx: Return proper enum in ep93xx_dma_chan_direction 2019-11-25 15:54:30 +01:00
math-emu
media
memory
misc
net llc: avoid blocking in llc_sap_close() 2019-11-25 15:53:57 +01:00
pcmcia
ras
rdma
rxrpc
scsi scsi: core: Reduce memory required for SCSI logging 2019-10-07 21:01:01 +02:00
soc
sound ASoC: Define a set of DAPM pre/post-up events 2019-10-17 13:40:53 -07:00
target
trace
uapi isdn/capi: check message length in capi_write() 2019-09-21 07:12:39 +02:00
video fbdev: Remove unused SH-Mobile HDMI driver 2019-11-25 15:54:24 +01:00
xen
Kbuild