iwlwifi: remove dump_regs() from transport ops
authorJohannes Berg <johannes.berg@intel.com>
Wed, 11 Apr 2018 14:17:00 +0000 (16:17 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 31 Aug 2018 08:38:25 +0000 (11:38 +0300)
commit4290eaad7a8a7168c8f675d54503d7203b2db5ea
treee3316cd43cfe776207f9ca67d55d8d6e34dfc688
parent89d5e833534bfdbcf2d25f93c780883f530847c9
iwlwifi: remove dump_regs() from transport ops

This is used only within PCIe, and there's no reason to go through
the transport methods for a function call within PCIe itself.
Remove the dump_regs() method and call the function directly.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-trans.h
drivers/net/wireless/intel/iwlwifi/pcie/internal.h
drivers/net/wireless/intel/iwlwifi/pcie/trans.c
drivers/net/wireless/intel/iwlwifi/pcie/tx.c