diff options
| author | Bolarinwa Olayemi Saheed <[email protected]> | 2020-07-13 19:55:27 +0200 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2020-07-15 19:47:32 +0300 |
| commit | 9018fd7f2a73e9b290f48a56b421558fa31e8b75 (patch) | |
| tree | df4389713689b2368019a96d4d284dc3ac5fc8a3 /tools/perf/scripts/python/flamegraph.py | |
| parent | 0db5bc7b344736731a3982885402914b34dd252b (diff) | |
iwlegacy: Check the return value of pcie_capability_read_*()
On failure pcie_capability_read_dword() sets it's last parameter, val
to 0. However, with Patch 14/14, it is possible that val is set to ~0 on
failure. This would introduce a bug because (x & x) == (~0 & x).
This bug can be avoided without changing the function's behaviour if the
return value of pcie_capability_read_dword is checked to confirm success.
Check the return value of pcie_capability_read_dword() to ensure success.
Suggested-by: Bjorn Helgaas <[email protected]>
Signed-off-by: Bolarinwa Olayemi Saheed <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions