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:
a654ba1
)
[media] media: i.MX27 camera: Use spin_lock() inside the IRQ handler
author
Javier Martin
<javier.martin@vista-silicon.com>
Mon, 13 Feb 2012 13:51:52 +0000
(10:51 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 8 Mar 2012 12:44:00 +0000
(09:44 -0300)
We don't need to use spin_lock_irqsave() since there are not
any other IRQs that can race with this ISR.
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found