diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-08-10 13:19:14 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-10 15:44:46 +0100 |
commit | c418920567ae6101826cc05cda042f71435830d0 (patch) | |
tree | 974808a3686c4074ea4fa8a347439bc7654d9e15 /scripts/gdb/linux/modules.py | |
parent | b29f42c6629bb3bd3d479592d40a7e4c73461a01 (diff) |
regulator: lp872x: Fix Wvoid-pointer-to-enum-cast warning
'id' is an enum, thus cast of pointer on 64-bit compile test with W=1
causes:
lp872x.c:867:5: error: cast to smaller integer type 'enum lp872x_regulator_id' from 'void *' [-Werror,-Wvoid-pointer-to-enum-cast]
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230810111914.204847-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions