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:
204d130
)
mac80211: remove useless tests for array
author
Johannes Berg
<johannes.berg@intel.com>
Fri, 25 Oct 2013 09:31:42 +0000
(11:31 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Mon, 25 Nov 2013 19:50:32 +0000
(20:50 +0100)
Coverity points out that checking assoc_data->ie is
completely useless since it's an array in the struct
and can't be NULL - remove the useless checks.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
No differences found