commit | 8636ead8b2d738b5b1b9a0c2e6070e3458a47d14 | [log] [tgz] |
---|---|---|
author | Javier Martin <javier.martin@vista-silicon.com> | Mon Feb 13 10:51:52 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Mar 08 09:44:00 2012 -0300 |
tree | 69e987b902a66911c89739e242efd86417ddfe71 | |
parent | a654ba16fdbad8ffb5a6c0dd5098c6651bde08b5 [diff] |
[media] media: i.MX27 camera: Use spin_lock() inside the IRQ handler 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>