]> 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)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 3 Jan 2013 14:29:15 +0000 (15:29 +0100)
commit392d4cad7907f6cb4ffc85e135a01abfddc89027
tree0dd3a5c55f8bb8a5d145b9657c966a3c911c0a7f
parenta49f0d1ea3ec94fc7cf33a7c36a16343b74bd565
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 <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/pcie/rx.c