diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-08-10 11:58:48 +0200 |
---|---|---|
committer | Lee Jones <[email protected]> | 2023-08-22 08:07:52 +0100 |
commit | 4e57d1425c7b9bc8e8be47835ac0afc8a94948d0 (patch) | |
tree | 9e315ecac290a064093aac148ee4ec9eb4406cbb /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace | |
parent | 5033fb97795f5a21583e77331597cc9dbe7162a9 (diff) |
mfd: wm31x: Fix Wvoid-pointer-to-enum-cast warning
'type' is an enum, thus cast of pointer on 64-bit compile test with
W=1 causes:
wm831x-spi.c:36:10: error: cast to smaller integer type 'enum wm831x_parent' 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: Lee Jones <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
0 files changed, 0 insertions, 0 deletions