diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-08-10 13:19:58 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-08-11 09:25:15 +0100 |
commit | 7451eecf1ef8be9911749e927ce5690262cc9197 (patch) | |
tree | bccb3adb87673887a500f5fd5070ad957ed61070 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 2bc00b9b9001329792b14ce20141f334b6debcbc (diff) |
phy: marvell pxa-usb: fix Wvoid-pointer-to-enum-cast warning
'version' is an enum, thus cast of pointer on 64-bit compile test with
W=1 causes:
phy-pxa-usb.c:299:26: error: cast to smaller integer type 'enum pxa_usb_phy_version' from 'const void *' [-Werror,-Wvoid-pointer-to-enum-cast]
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230810111958.205705-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions