diff options
| author | Johannes Berg <[email protected]> | 2016-03-16 09:29:48 +0100 |
|---|---|---|
| committer | Emmanuel Grumbach <[email protected]> | 2016-03-30 16:21:24 +0300 |
| commit | 7ec54716e71a846dddf6aa1e33a12e1dcca6d276 (patch) | |
| tree | 80400fb41e4f84757a80d524865566307a12abe2 /tools/perf/scripts/python | |
| parent | 2d3d31b562dd060cbc7a163fd824421d0ebeaadf (diff) | |
iwlwifi: mvm: remove is_data_qos variable in TX
"is_data_qos == true" is equivalent to "tid < IWL_MAX_TID_COUNT"
since tid is only assigned (and range-checked) in that case.
This removes a (harmless) smatch warning that occurs because it
can't seem to follow the above logic from the code.
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Emmanuel Grumbach <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions