summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/tvp5150.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2013-12-18 04:29:24 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-02 15:53:01 -0200
commitf7d40eea8e3e531f1517ab7eded552e8837ef5da (patch)
tree51eb1954d877f28537f0c39a0a1fa98b6c263894 /drivers/media/i2c/tvp5150.c
parenteaf95eeec47e41f30139eaad8c0f3d33c5059d22 (diff)
downloadlinux-f7d40eea8e3e531f1517ab7eded552e8837ef5da.tar.gz
[media] v4l: omap4iss: Restore irq flags correctly in omap4iss_video_buffer_next()
The spin_lock_irqsave() macro is not nestable. The second call will overwrite the first record of "flags" so the IRQs will not be enabled correctly at the end of the function. In the current code, this function is always called from the IRQ handler so everything works fine and this fix doesn't change anything. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c/tvp5150.c')
0 files changed, 0 insertions, 0 deletions