diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-08-10 12:39:23 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-08-11 09:58:45 +0100 |
commit | e5cd429e79286a17b345f9f9153d3970a46359f2 (patch) | |
tree | 12f8e691facef637e366c7ced59d1fddf050df4b /tools/perf/scripts/python/task-analyzer.py | |
parent | c5b0c34fae1ef234982d55445b8aa482f0b05ba6 (diff) |
net/marvell: fix Wvoid-pointer-to-enum-cast warning
'type' is an enum, thus cast of pointer on 64-bit compile test with
W=1 causes:
mvmdio.c:272:9: error: cast to smaller integer type 'enum orion_mdio_bus_type' from 'const void *' [-Werror,-Wvoid-pointer-to-enum-cast]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Tested-by: Simon Horman <[email protected]> # build-tested
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions