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:
8d96bb6
)
iwlwifi: change TX code to suppress smatch warning
author
Johannes Berg
<johannes.berg@intel.com>
Thu, 6 Dec 2012 12:46:54 +0000
(13:46 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Fri, 7 Dec 2012 08:37:40 +0000
(09:37 +0100)
By using a few temporary variables, smatch can track
what's happening and stops complaining that we access
beyond the tid_data array.
This also makes the generated code a bit smaller, so
it's a win all around.
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
No differences found