diff options
author | Jerome Brunet <[email protected]> | 2024-02-24 11:40:23 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-03-07 20:21:35 +0000 |
commit | cbd38332c140829ab752ba4e727f98be5c257f18 (patch) | |
tree | dd3b33b30c100d61d01d4dd79d2af156cc145cf4 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | e869b72b33731063b50433eb6146d51a479995a1 (diff) |
nvmem: meson-efuse: fix function pointer type mismatch
clang-16 warns about casting functions to incompatible types, as is done
here to call clk_disable_unprepare:
drivers/nvmem/meson-efuse.c:78:12: error: cast from 'void (*)(struct clk *)' to 'void (*)(void *)' converts to incompatible function type [-Werror,-Wcast-function-type-strict]
78 | (void(*)(void *))clk_disable_unprepare,
The pattern of getting, enabling and setting a disable callback for a
clock can be replaced with devm_clk_get_enabled(), which also fixes
this warning.
Fixes: 611fbca1c861 ("nvmem: meson-efuse: add peripheral clock")
Cc: [email protected]
Reported-by: Arnd Bergmann <[email protected]>
Signed-off-by: Jerome Brunet <[email protected]>
Reviewed-by: Martin Blumenstingl <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Reviewed-by: Justin Stitt <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions