]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iwlwifi: fix PCIe interrupt handle return value
authorJohannes Berg <johannes.berg@intel.com>
Thu, 27 Dec 2012 20:37:04 +0000 (21:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 16:46:36 +0000 (08:46 -0800)
commit1c543013adbf1a59c4f416f08475458444c2331a
tree93c70d3af36e961f3ac73fc3cfe45f8018366c81
parentedb6cae74b8c083d8264517eab0cb354c01c49ee
iwlwifi: fix PCIe interrupt handle return value

commit 392d4cad7907f6cb4ffc85e135a01abfddc89027 upstream.

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.

Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/iwlwifi/pcie/rx.c