wifi: rtlwifi: remove always-true condition pointed out by GCC 12
commit ee3db469dd317e82f57b13aa3bc61be5cb60c2b4 upstream. The .value is a two-dim array, not a pointer. struct iqk_matrix_regs { bool iqk_done; long value[1][IQK_MATRIX_REG_NUM]; }; Acked-by: Kalle Valo <kvalo@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Semyon Verchenko <semverchenko@factor-ts.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
40b844796b
commit
0f6d6974b0
@@ -2385,10 +2385,7 @@ void rtl92d_phy_reload_iqk_setting(struct ieee80211_hw *hw, u8 channel)
|
|||||||
rtl_dbg(rtlpriv, COMP_SCAN, DBG_LOUD,
|
rtl_dbg(rtlpriv, COMP_SCAN, DBG_LOUD,
|
||||||
"Just Read IQK Matrix reg for channel:%d....\n",
|
"Just Read IQK Matrix reg for channel:%d....\n",
|
||||||
channel);
|
channel);
|
||||||
if ((rtlphy->iqk_matrix[indexforchannel].
|
_rtl92d_phy_patha_fill_iqk_matrix(hw, true,
|
||||||
value[0] != NULL)
|
|
||||||
/*&&(regea4 != 0) */)
|
|
||||||
_rtl92d_phy_patha_fill_iqk_matrix(hw, true,
|
|
||||||
rtlphy->iqk_matrix[
|
rtlphy->iqk_matrix[
|
||||||
indexforchannel].value, 0,
|
indexforchannel].value, 0,
|
||||||
(rtlphy->iqk_matrix[
|
(rtlphy->iqk_matrix[
|
||||||
|
Reference in New Issue
Block a user