diff options
| author | Colin Ian King <[email protected]> | 2024-02-07 13:11:13 +0000 |
|---|---|---|
| committer | Felix Fietkau <[email protected]> | 2024-02-22 09:55:19 +0100 |
| commit | a1e163bd298d2ccb8fda5693c06e078ccb0554c7 (patch) | |
| tree | bf56dcc87e7a06ee0c3fea1063a9aa54164c44fa /tools/perf/scripts/python | |
| parent | e9a46175a79fbc591c48d433020444b8fa2750ee (diff) | |
wifi: mt76: Remove redundant assignment to variable tidno
The variable tidno is being assigned a value that is not being read
and is being re-assigned a new value a few statements later.
The assignment is redundant and can be removed.
Cleans up clang scan warning:
drivers/net/wireless/mediatek/mt76/agg-rx.c:125:5: warning: Value stored
to 'tidno' during its initialization is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions