diff options
author | Miri Korenblit <[email protected]> | 2023-03-20 12:33:15 +0200 |
---|---|---|
committer | Johannes Berg <[email protected]> | 2023-03-22 13:16:36 +0100 |
commit | 6a8dee1391ff1d4942e8f09b5fb8c1087cd6a6c7 (patch) | |
tree | 09dbb6d64fa26ab39b6020963054a7e9257c2d43 /tools/perf/scripts/python/libxed.py | |
parent | 77b6a2e5f49bb3a4756a4b82f24221e62fa6ea8c (diff) |
wifi: iwlwifi: mvm: remove not needed initializations
In iwl_mvm_add_sta() we're initializing the new allocated mvm_sta.
We are setting some fields to zero even though it was allocated with
kzalloc, for the case of HW restart. But in such a case we will never
get to this initializations due to the goto statement that we have in
this case. Remove these initializations.
Signed-off-by: Miri Korenblit <[email protected]>
Signed-off-by: Gregory Greenman <[email protected]>
Link: https://lore.kernel.org/r/20230320122330.c0b4d1e986a5.I6959bf1aca74c865e3c1edbf711f5fe8fb8c0c9f@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions