From: Dan Carpenter Date: Wed, 31 Aug 2011 06:37:42 +0000 (+0300) Subject: iwlwifi: fix double assign in iwl_start_tx_ba_trans_ready() X-Git-Tag: v3.2-rc1~129^2~254^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427977ab2e24bb76c733cc50be97d4262028f14a;p=pandora-kernel.git 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 Reviewed-by: Johannes Berg Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed