[PATCH v2] nvmem: meson-efuse: fix function pointer type mismatch
Srinivas Kandagatla
srinivas.kandagatla at linaro.org
Tue Feb 20 23:17:35 PST 2024
On Tue, 13 Feb 2024 15:28:28 +0100, Jerome Brunet wrote:
> 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.
>
> [...]
Applied, thanks!
[1/1] nvmem: meson-efuse: fix function pointer type mismatch
commit: 6b475e23544a560b4bf2acfab8dc54c4e7b1749e
Best regards,
--
Srinivas Kandagatla <srinivas.kandagatla at linaro.org>
More information about the linux-amlogic
mailing list