aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorÍñigo Huguet <[email protected]>2022-01-13 10:42:53 +0100
committerKalle Valo <[email protected]>2022-01-28 17:57:46 +0200
commit89e4a00ff3c0352fff27351058a25b39db30ede2 (patch)
tree1192b37c59f83233af25e01cd1897187c47252d7 /tools/perf/scripts/python/event_analyzing_sample.py
parente0925375b2c658505fb8a04dcadc12f8d59574fd (diff)
rtw89: fix maybe uninitialized `qempty` variable
Call to dle_dfi_qempty might fail, leaving qempty.qempty untouched, which is latter used to control the for loop. If that happens, it's not initialized anywhere. Initialize it so the loop doesn't iterate unless it's modified by the call to dle_dfi_qempty. Signed-off-by: Íñigo Huguet <[email protected]> Acked-by: Ping-Ke Shih <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions