summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@linaro.org>2024-02-08 13:17:31 +0300
committerJohannes Berg <johannes.berg@intel.com>2024-02-08 13:49:37 +0100
commit65c6ee90455053cfd3067c17aaa4a42b0c766543 (patch)
tree7d5e924914e1d6e8b1bdaa6cd115b00d02a0a2f9 /drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
parentc6ebb5b67641994de8bc486b33457fe0b681d6fe (diff)
wifi: iwlwifi: uninitialized variable in iwl_acpi_get_ppag_table()
This is an error path and Smatch complains that "tbl_rev" is uninitialized on this path. All the other functions follow this same patter where they set the error code and goto out_free so that's probably what was intended here as well. Fixes: e8e10a37c51c ("iwlwifi: acpi: move ppag code from mvm to fw/acpi") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://msgid.link/09900c01-6540-4a32-9451-563da0029cb6@moroto.mountain Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c')
0 files changed, 0 insertions, 0 deletions