commit | bb926924e9dc515e83a6a69e9b8b226638b9178d | [log] [tgz] |
---|---|---|
author | Eran Harary <eran.harary@intel.com> | Wed Apr 30 15:31:59 2014 +0300 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue May 06 20:40:04 2014 +0300 |
tree | 0fdfac2bba61d3e1d79eb215b784014b898bd84a | |
parent | 9f32e017313112d087f60e1b94bcc7872255b89f [diff] |
iwlwifi: mvm: fix bug in parse_nvm_sections 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>