From: Johannes Berg Date: Thu, 27 Dec 2012 20:37:04 +0000 (+0100) Subject: iwlwifi: fix PCIe interrupt handle return value X-Git-Tag: v3.8-rc4~29^2~19^2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=392d4cad7907f6cb4ffc85e135a01abfddc89027;p=pandora-kernel.git iwlwifi: fix PCIe interrupt handle return value By accident, commit eb6476441bc2fecf6232a87d0313a85f8e3da7f4 ("iwlwifi: protect use_ict with irq_lock") changed the return value of the iwl_pcie_isr() function in case it handles an interrupt -- it now returns IRQ_NONE instead of IRQ_HANDLED. Put back the correct return value. Cc: stable@vger.kernel.org Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed