diff options
author | Jesse Brandeburg <[email protected]> | 2021-03-31 14:17:03 -0700 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2021-04-14 17:00:06 -0700 |
commit | 1cdea9a7eae3a976adc2735bc7ce62ac07cafcdb (patch) | |
tree | fbf898d5992a3320a0ae51092c9e839cbf7d235a /tools/perf/scripts/python/powerpc-hcalls.py | |
parent | 58623c52b4278de6ed462e6f25402457ffbdd63f (diff) |
ice: remove unused struct member
The only time you can ever have a rq_last_status is if
a firmware event was somehow reporting a status on the receive
queue, which are generally firmware initiated events or
mailbox messages from a VF. Mostly this struct member was unused.
Fix this problem by still printing the value of the field in a debug
print, but don't store the value forever in a struct, potentially
creating opportunities for callers to use the wrong struct member.
Signed-off-by: Jesse Brandeburg <[email protected]>
Tested-by: Tony Brelinski <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/powerpc-hcalls.py')
0 files changed, 0 insertions, 0 deletions