diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-08-10 11:31:55 +0200 |
---|---|---|
committer | Guenter Roeck <[email protected]> | 2023-08-21 06:04:31 -0700 |
commit | 30572c7b086745c3411c1a580319a99eda7a7a56 (patch) | |
tree | e83529035bd4be906591932f3c42d1a70dd4fce3 /tools/perf/scripts/python/netdev-times.py | |
parent | 45f980cae3224022f9a1827d57b6732302c0734a (diff) |
hwmon: (pmbus/tps53679) fix Wvoid-pointer-to-enum-cast warning
'chip_id' is an enum, thus cast of pointer on 64-bit compile test with W=1
causes:
tps53679.c:238:13: 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: Guenter Roeck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions