]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: pcie: unify restock calls on init
authorSara Sharon <sara.sharon@intel.com>
Sun, 1 May 2016 08:40:49 +0000 (11:40 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 5 Jul 2016 21:15:36 +0000 (00:15 +0300)
commit642fa1b17c4b52e8c8ed2b2bf308acbeeb309e41
tree379ad5a144df4e007120ce9d0a1955aa5891a500
parent8d084104c688f96cd388505cdddca4bca339a35e
iwlwifi: pcie: unify restock calls on init

Currently code calls restock for mq devices during the init
function, unlike sq where restock is called after init.
This causes an harmless but alarming deadlock warning from
lockdep, to fix this - unify the init code.
Rename the restock functions while at it.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/rx.c