linux-stable/drivers/dma/qcom
Krzysztof Kozlowski 9a2136b60c dmaengine: qcom: fix Wvoid-pointer-to-enum-cast warning
'cap' is an enum, thus cast of pointer on 64-bit compile test with W=1
causes:

  hidma.c:748:8: error: cast to smaller integer type 'enum hidma_cap' from 'const void *' [-Werror,-Wvoid-pointer-to-enum-cast]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230810100000.123515-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2023-10-04 19:24:57 +05:30
..
bam_dma.c
gpi.c
hidma.c
hidma.h
hidma_dbg.c
hidma_ll.c
hidma_mgmt.c
hidma_mgmt.h
hidma_mgmt_sys.c
Kconfig
Makefile
qcom_adm.c