We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49437a commit 60d418eCopy full SHA for 60d418e
drivers/net/wireless/intel/iwlwifi/mld/agg.c
@@ -124,9 +124,9 @@ void iwl_mld_handle_bar_frame_release_notif(struct iwl_mld *mld,
124
125
rcu_read_lock();
126
baid_data = rcu_dereference(mld->fw_id_to_ba[baid]);
127
- if (!IWL_FW_CHECK(mld, !baid_data,
128
- "Got valid BAID %d but not allocated, invalid BAR release!\n",
129
- baid))
+ if (IWL_FW_CHECK(mld, !baid_data,
+ "Got valid BAID %d but not allocated, invalid BAR release!\n",
+ baid))
130
goto out_unlock;
131
132
if (IWL_FW_CHECK(mld, tid != baid_data->tid ||
0 commit comments