From: Emmanuel Grumbach Date: Mon, 29 Dec 2014 07:42:37 +0000 (+0200) Subject: iwlwifi: mvm: allow to collect debug data from non-sleepable context X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~130^2~24^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e66e0b707630232b2683eacaa9f5803e008b52b3;p=pandora-kernel.git iwlwifi: mvm: allow to collect debug data from non-sleepable context iwl_mvm_fw_dbg_collect allows to collect debug data from the firmware. Most of the firmware interaction is done in non-sleepable context. It makes little sense to force the caller of iwl_mvm_fw_dbg_collect to sleep. Defer the actual collection to a worker so that this function will be able to be called from any context. Reviewed-by: Eran Harary Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed