From: Liad Kaufman Date: Tue, 21 Oct 2014 13:01:50 +0000 (+0200) Subject: iwlwifi: mvm: fix init_dbg flow to work as expected X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~28^2~58^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b93b1fe3b5323d5418b151dd620c4eb80270f683;p=pandora-kernel.git iwlwifi: mvm: fix init_dbg flow to work as expected Even if running the driver with param init_dbg=1 - on INIT image error - iwl_trans_stop_device() was still called. This patch fixes that and calls iwl_trans_stop_device() on INIT image failure only if init_dbg=0. Signed-off-by: Liad Kaufman Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed