iwlwifi: change spin_lock to spin_lock_irqsave
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Fri, 19 Mar 2010 17:36:09 +0000 (10:36 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Thu, 25 Mar 2010 18:22:08 +0000 (11:22 -0700)
Use spin_lock_irqsave() in interrupt handler to disable interrupts locally
and provide the spinlock on SMP. This covers both interrupt and SMP
concurrency.

With this changes, also fix the sparse warning issues.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Acked-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>

No differences found