[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210727050247.610-1-caihuoqing@baidu.com>
Date: Tue, 27 Jul 2021 13:02:47 +0800
From: Cai Huoqing <caihuoqing@...du.com>
To: <luciano.coelho@...el.com>, <kvalo@...eaurora.org>,
<davem@...emloft.net>, <kuba@...nel.org>,
<johannes.berg@...el.com>, <nathan.errera@...el.com>,
<avraham.stern@...el.com>
CC: <linux-wireless@...r.kernel.org>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, Cai Huoqing <caihuoqing@...du.com>
Subject: [PATCH] iwlwifi: mvm: Change "ERR_PTR(EINVAL)" to "ERR_PTR(-EINVAL)"
Use "ERR_PTR(-EINVAL)" instead of "ERR_PTR(EINVAL)"
Signed-off-by: Cai Huoqing <caihuoqing@...du.com>
---
drivers/net/wireless/intel/iwlwifi/mvm/sta.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/sta.h b/drivers/net/wireless/intel/iwlwifi/mvm/sta.h
index 32b4d1935788..4d9952e3343f 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/sta.h
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/sta.h
@@ -133,7 +133,7 @@ struct iwl_mvm_vif;
* and no TID data as this is also not needed.
* One thing to note, is that these stations have an ID in the fw, but not
* in mac80211. In order to "reserve" them a sta_id in %fw_id_to_mac_id
- * we fill ERR_PTR(EINVAL) in this mapping and all other dereferencing of
+ * we fill ERR_PTR(-EINVAL) in this mapping and all other dereferencing of
* pointers from this mapping need to check that the value is not error
* or NULL.
*
--
2.25.1
Powered by blists - more mailing lists