summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtl818x
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2010-10-13 09:18:53 +0000
committerDavid S. Miller <davem@davemloft.net>2010-10-18 01:53:35 -0700
commitcdd861d68d27a0d0ebe4e641d20d8cfa5cef405f (patch)
treee45ce5c639d73e3e21bee1f2fe65f83a07e932e1 /drivers/net/wireless/rtl818x
parentccc901ee58cfb090a31216a6eda0f1e9dfc572fa (diff)
downloadtalos-op-linux-cdd861d68d27a0d0ebe4e641d20d8cfa5cef405f.tar.gz
talos-op-linux-cdd861d68d27a0d0ebe4e641d20d8cfa5cef405f.zip
ns83820: spin_lock_irq() => spin_lock()
This is essentially cosmetic. At this point the IRQs are already disabled because we called spin_lock_irq(&dev->rx_info.lock). The real bug here was fixed back in 2006 in 3a10ccebe: "[PATCH] lock validator: fix ns83820.c irq-flags bug". Prior to that patch, it was a "spin_lock_irq is not nestable" type bug. The 2006 patch changes the unlock to not re-enable IRQs, which eliminates the potential deadlock. But this bit was missed. We should change the lock function as well so it balances nicely. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/rtl818x')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud