diff options
author | 2023-08-10 13:19:58 +0200 | |
---|---|---|
committer | 2023-08-11 09:25:15 +0100 | |
commit | 7451eecf1ef8be9911749e927ce5690262cc9197 (patch) | |
tree | bccb3adb87673887a500f5fd5070ad957ed61070 /scripts/generate_rust_analyzer.py | |
parent | phy: broadcom: sr-usb: fix Wvoid-pointer-to-enum-cast warning (diff) | |
download | linux-rng-7451eecf1ef8be9911749e927ce5690262cc9197.tar.xz linux-rng-7451eecf1ef8be9911749e927ce5690262cc9197.zip |
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 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions