commit | 427977ab2e24bb76c733cc50be97d4262028f14a | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Wed Aug 31 09:37:42 2011 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 13 15:48:48 2011 -0400 |
tree | 64ec533e118b1ddb2f4d2d767224d75e4cd3581e | |
parent | 81a91d575512de74b1455d0ea213bde6f7b1e026 [diff] |
iwlwifi: fix double assign in iwl_start_tx_ba_trans_ready() "vif" is assigned twice. We can remove the first one. This silences a Smatch warning that "ctx" could be one step past the end of the priv->contexts[] array. Signed-off-by: Dan Carpenter <error27@gmail.com> Reviewed-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>