From: Javier Martin Date: Mon, 13 Feb 2012 13:51:52 +0000 (-0300) Subject: [media] media: i.MX27 camera: Use spin_lock() inside the IRQ handler X-Git-Tag: v3.4-rc1~110^2^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8636ead8b2d738b5b1b9a0c2e6070e3458a47d14;p=pandora-kernel.git [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 Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed