commit | fb5b28469d2a5be83aae0c754a9a69bb37fec6ff | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Mon Oct 02 15:44:20 2017 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Wed Oct 18 13:00:44 2017 +0300 |
tree | dbd2d30454a30bafe3ec06e335571e5ea26a8df2 | |
parent | 0e1be40a45d767a07c1fb50ebfba273368f57484 [diff] |
iwlwifi: mvm: move umac_error_event_table validity check to where it's set There's no point in checking the validity of the umac_error_event_table pointer every time we generate a dump. It's cleaner to do so when we read the value, namely when we receive the alive data. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>