]> 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)
commit6e091e268a32078fff646d6d27ee1aea9e55cc59
tree0dd3a5c55f8bb8a5d145b9657c966a3c911c0a7f
parent5422c341efbe435b6c6ebad89d178413bd470231
iwlwifi: fix PCIe interrupt handle return value

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