]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: Fix -EIO error code that is never returned
authorColin Ian King <colin.king@canonical.com>
Tue, 7 Sep 2021 10:46:58 +0000 (11:46 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 18 Feb 2022 08:40:56 +0000 (10:40 +0200)
commit3eccee917aba6330a16b1ab854d31e2b42dd9882
tree4ccf59605b74685465c03fb6751a6be514ef6b23
parent48d29a06bae73c51961459980d945dd125d24fee
iwlwifi: Fix -EIO error code that is never returned

Currently the error -EIO is being assinged to variable ret when
the READY_BIT is not set but the function iwlagn_mac_start returns
0 rather than ret. Fix this by returning ret instead of 0.

Addresses-Coverity: ("Unused value")
Fixes: 881a5b679e74 ("iwlwifi: move all mac80211 related functions to one place")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210907104658.14706-1-colin.king@canonical.com
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c