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:
bd3351b
)
iwlwifi: mvm: use designated initialization for some arrays
author
Eliad Peller
<eliad@wizery.com>
Tue, 16 Jul 2013 15:07:20 +0000
(18:07 +0300)
committer
Johannes Berg
<johannes.berg@intel.com>
Tue, 6 Aug 2013 08:35:04 +0000
(10:35 +0200)
rs_ht_to_legacy and ant_toggle_lookup are arrays that
represent some state-machine. initialize them explicitly
with designated initialization to make them more clear
and avoid errors.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
No differences found