diff options
author | Stefan Wahren <wahrenst@gmx.net> | 2024-06-21 15:19:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-06-24 15:26:56 +0200 |
commit | 4e2766102da632f26341d5539519b0abf73df887 (patch) | |
tree | fa681bd59aa1c2cbd7e05f80cca85d6f3d6196d8 /tools/perf/scripts/python/libxed.py | |
parent | 935cb7670d378a1a3b3fc52790d355c4c9520335 (diff) |
staging: vchiq_arm: Get the rid off struct vchiq_2835_state
The whole benefit of this encapsulating struct is questionable.
It just stores a flag to signalize the init state of vchiq_arm_state.
Beside the fact this flag is set too soon, the access to uninitialized
members should be avoided. So initialize vchiq_arm_state properly before
assign it directly to vchiq_state.
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Link: https://lore.kernel.org/r/20240621131958.98208-6-wahrenst@gmx.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions