]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: pcie: make iwl_pcie_apm_stop_master() return void
authorJohannes Berg <johannes.berg@intel.com>
Fri, 5 May 2017 15:24:06 +0000 (17:24 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 23 Jun 2017 09:08:12 +0000 (12:08 +0300)
commite8c8935efd7d47e8ae18067a898ee1a93dfbc5fc
treeb920ddf5a8b3a44ccbcb9ee7b93679acd5c49ce2
parentdcfbd67b4b8d5223d5362aac9af267387a32f568
iwlwifi: pcie: make iwl_pcie_apm_stop_master() return void

Nothing ever checks the return value of iwl_pcie_apm_stop_master(),
so there's no point in it having one - make it return void.

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