From: Johannes Berg Date: Thu, 27 Dec 2012 21:58:21 +0000 (+0100) Subject: iwlwifi: move some PCIe calls to better places X-Git-Tag: v3.9-rc1~139^2~2^2^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aa86df673d2122fcffc43ed0266279e1b8d8204;p=pandora-kernel.git iwlwifi: move some PCIe calls to better places Synchronizing the IRQ is pointless when we will then enable the RF-Kill interrupt again, but is needed before we free it and the data needed to handle IRQs; move it to the free function. Simiarly, cancelling the replenish work struct can move to the function that frees the RX data structures. Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed