commit | 33b56af188ddbd1027b7eaff7abb1507b708f155 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Thu Jun 25 12:55:45 2015 +0300 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue Aug 04 10:11:43 2015 +0300 |
tree | 845aa672b1d6e43e1bfe5345e8e0e3376524e552 | |
parent | 1103323ca1aafb0aa32064abec736ea9f2ce66a6 [diff] |
iwlwifi: pcie: add missing calls to synchronize_irq() In a few places, we were disabling interrupts but didn't make sure that the interrupt handler has finished running. Add calls to synchronize_irq() to ensure we finish handling the interrupts before we free resources or other things that could lead to a crash if the interrupt were to be handled later. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>