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:
9f32e01
)
iwlwifi: mvm: fix bug in parse_nvm_sections
author
Eran Harary
<eran.harary@intel.com>
Wed, 30 Apr 2014 12:31:59 +0000
(15:31 +0300)
committer
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Tue, 6 May 2014 17:40:04 +0000
(20:40 +0300)
The old code checks if hw_section_num is valid while the
right thing to do is to check if section[hw_section_num].data
is valid.
Signed-off-by: Eran Harary <eran.harary@intel.com>
Reviewed-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
No differences found