diff options
author | Luca Coelho <luciano.coelho@intel.com> | 2019-11-25 14:21:58 +0300 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2019-12-23 12:33:04 +0300 |
commit | b3f20e098293892388d6a0491d6bbb2efb46fbff (patch) | |
tree | 0c8927db238899f0078b426ee613d8e1e5d0a79e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4f565ee2999960d541854389e20b78e7105e3afc (diff) | |
download | linux-b3f20e098293892388d6a0491d6bbb2efb46fbff.tar.xz |
iwlwifi: mvm: fix NVM check for 3168 devices
We had a check on !NVM_EXT and then a check for NVM_SDP in the else
block of this if. The else block, obviously, could only be reached if
using NVM_EXT, so it would never be NVM_SDP.
Fix that by checking whether the nvm_type is IWL_NVM instead of
checking for !IWL_NVM_EXT to solve this issue.
Reported-by: Stefan Sperling <stsp@stsp.name>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions