git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c073cfc
)
forcedeth: spin_unlock_irq in interrupt handler fix
author
Denis Efremov
<yefremov.denis@gmail.com>
Fri, 20 Jul 2012 21:54:34 +0000
(
01:54
+0400)
committer
David S. Miller
<davem@davemloft.net>
Fri, 20 Jul 2012 23:18:36 +0000
(16:18 -0700)
The replacement of spin_lock_irq/spin_unlock_irq pair in interrupt
handler by spin_lock_irqsave/spin_lock_irqrestore pair.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Denis Efremov <yefremov.denis@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found