]> 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)
commit4432ea29abca1409f368de11d82720932a34147e
treee3316cd43cfe776207f9ca67d55d8d6e34dfc688
parentf16e65e197657560bb63adeda8f6ddff3a7e399a
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