diff options
author | Nathan Chancellor <[email protected]> | 2020-03-10 14:15:14 -0700 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-03-25 22:29:42 -0700 |
commit | e1833b9e0d728fc731cd1e9449af185ebf2877da (patch) | |
tree | 0026dd78d356dc9f1ddafc77c4c1f671b871e554 /drivers/remoteproc/stm32_rproc.c | |
parent | 8f4033507d856be9a7983921ab3d2a1d03b9a093 (diff) |
remoteproc/mediatek: Use size_t type for len in scp_da_to_va
Clang errors:
drivers/remoteproc/mtk_scp.c:364:14: error: incompatible function
pointer types initializing 'void *(*)(struct rproc *, u64, size_t)' (aka
'void *(*)(struct rproc *, unsigned long long, unsigned int)') with an
expression of type 'void *(struct rproc *, u64, int)' (aka 'void
*(struct rproc *, unsigned long long, int)')
[-Werror,-Wincompatible-function-pointer-types]
.da_to_va = scp_da_to_va,
^~~~~~~~~~~~
1 error generated.
Make the same change as commit 0fcbb369f052 ("remoteproc: Use size_t
type for len in da_to_va"), which was not updated for the acceptance of
commit 63c13d61eafe ("remoteproc/mediatek: add SCP support for mt8183").
Fixes: 0fcbb369f052 ("remoteproc: Use size_t type for len in da_to_va")
Link: https://github.com/ClangBuiltLinux/linux/issues/927
Signed-off-by: Nathan Chancellor <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'drivers/remoteproc/stm32_rproc.c')
0 files changed, 0 insertions, 0 deletions