diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-08-10 11:12:45 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-08-14 13:11:13 +0100 |
commit | 0f9440a646fd1245a9206f171a4de25e6b092d42 (patch) | |
tree | 82c4eae02f966e61b8083e58d2d17452ae0d149a /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | ddaec4e44d4e2a556b51159d48788a85ff67179d (diff) |
spi: sc18is602: fix Wvoid-pointer-to-enum-cast warning
'id' is an enum, thus cast of pointer on 64-bit compile test with W=1
causes:
spi-sc18is602.c:269:12: error: cast to smaller integer type 'enum chips' from 'const void *' [-Werror,-Wvoid-pointer-to-enum-cast]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions