diff options
author | Fabio Estevam <festevam@denx.de> | 2022-07-06 08:13:27 -0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-07-21 18:08:35 +0530 |
commit | c3266ee185b59e5aab3e0f982e5b7f95d31555a7 (patch) | |
tree | 0c07321b7148b839a5dd9234abe6f50d37c0f449 /scripts/headerdep.pl | |
parent | 820f5ce999d2f99961e88c16d65cd26764df0590 (diff) | |
download | lwn-c3266ee185b59e5aab3e0f982e5b7f95d31555a7.tar.gz lwn-c3266ee185b59e5aab3e0f982e5b7f95d31555a7.zip |
dmaengine: imx-dma: Cast of_device_get_match_data() with (uintptr_t)
Change the of_device_get_match_data() cast to (uintptr_t)
to silence the following clang warning:
drivers/dma/imx-dma.c:1048:20: warning: cast to smaller integer type 'enum imx_dma_type' from 'const void *' [-Wvoid-pointer-to-enum-cast]
Reported-by: kernel test robot <lkp@intel.com>
Fixes: 0ab785c894e6 ("dmaengine: imx-dma: Remove unused .id_table")
Signed-off-by: Fabio Estevam <festevam@denx.de>
Link: https://lore.kernel.org/r/20220706111327.940764-1-festevam@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'scripts/headerdep.pl')
0 files changed, 0 insertions, 0 deletions