]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteb42d3fd3c6d891000eccd215730ea3503d32fc2
treee3316cd43cfe776207f9ca67d55d8d6e34dfc688
parent6a8f91d0c6ac3a26a6830bfc163af5a6870aa0ca
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