]> git.baikalelectronics.ru Git - kernel.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)
commit657053c38a3d5f788fb13ca851eb19e477aff43c
tree0dd3a5c55f8bb8a5d145b9657c966a3c911c0a7f
parenta2e69c3c0f994da1cd5fbfdb8a9cfdb38b9f1ed5
iwlwifi: fix PCIe interrupt handle return value

By accident, commit 82f52b80d64cbaa7da26057a2b4b5658cb06b661
("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