From: Dan Carpenter Date: Fri, 14 May 2010 14:53:46 +0000 (+0200) Subject: iwlwifi: testing the wrong variable in iwl_add_bssid_station() X-Git-Tag: v2.6.35-rc1~260^2~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96900c751dd16fc9455e7184cbe8758ac7aa7e79;p=pandora-kernel.git iwlwifi: testing the wrong variable in iwl_add_bssid_station() The intent here is to test that "sta_id_r" is a valid pointer. We do this same test later on in the function. Btw iwl_add_bssid_station() is called from two places and "sta_id_r" is a valid pointer from both callers. Signed-off-by: Dan Carpenter Signed-off-by: John W. Linville --- Reading git-diff-tree failed