diff options
| author | Colin Ian King <[email protected]> | 2024-02-15 23:21:51 +0000 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2024-02-21 15:19:03 +0100 |
| commit | ba4b1fa3128b2fbf14e167230315cbd9074b629b (patch) | |
| tree | 7d1eb91e15eab2bd33cf724229f5f857fdeaa005 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
| parent | d73fbaf24c5a1e0698a7a5e17d66a5100efef72a (diff) | |
wifi: mac80211: clean up assignments to pointer cache.
The assignment to pointer cache in function mesh_fast_tx_gc can
be made at the declaration time rather than a later assignment.
There are also 3 functions where pointer cache is being initialized
at declaration time and later re-assigned again with the same
value, these are redundant and can be removed.
Cleans up code and three clang scan build warnings:
warning: Value stored to 'cache' during its initialization is never
read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Link: https://msgid.link/[email protected]
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions