git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7606688
)
iwlwifi: testing the wrong variable in iwl_add_bssid_station()
author
Dan Carpenter
<error27@gmail.com>
Fri, 14 May 2010 14:53:46 +0000
(16:53 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 24 May 2010 19:07:42 +0000
(15:07 -0400)
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 <error27@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found