alistair23-linux/drivers/staging/media/omap4iss
Dan Carpenter f7d40eea8e [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>
2014-01-02 15:53:01 -02:00
..
iss.c [media] v4l: omap4iss: Cancel streaming when a fatal error occurs 2013-12-11 09:05:32 -02:00
iss.h [media] v4l: omap4iss: Cancel streaming when a fatal error occurs 2013-12-11 09:05:32 -02:00
iss_csi2.c [media] v4l: omap4iss: use snprintf() to make smatch happy 2014-01-02 15:52:35 -02:00
iss_csi2.h [media] v4l: omap4iss: csi2: Replace manual if statement with a subclk field 2013-12-11 09:04:39 -02:00
iss_csiphy.c [media] v4l: omap4iss: Convert hexadecimal constants to lower case 2013-12-11 07:00:51 -02:00
iss_csiphy.h [media] v4l: omap4iss: csi: Create and use register access functions 2013-12-11 07:00:00 -02:00
iss_ipipe.c [media] v4l: omap4iss: Enable/disabling the ISP interrupts globally 2013-12-11 07:03:33 -02:00
iss_ipipe.h [media] v4l: omap4iss: Add support for OMAP4 camera interface - IPIPE(IF) 2013-12-03 17:35:10 -02:00
iss_ipipeif.c [media] v4l: omap4iss: Enable/disabling the ISP interrupts globally 2013-12-11 07:03:33 -02:00
iss_ipipeif.h [media] v4l: omap4iss: Add support for OMAP4 camera interface - IPIPE(IF) 2013-12-03 17:35:10 -02:00
iss_regs.h [media] v4l: omap4iss: Convert hexadecimal constants to lower case 2013-12-11 07:00:51 -02:00
iss_resizer.c [media] v4l: omap4iss: resizer: Fix comment regarding bypass mode 2013-12-11 09:05:47 -02:00
iss_resizer.h [media] v4l: omap4iss: Add support for OMAP4 camera interface - Resizer 2013-12-03 17:37:59 -02:00
iss_video.c [media] v4l: omap4iss: Restore irq flags correctly in omap4iss_video_buffer_next() 2014-01-02 15:53:01 -02:00
iss_video.h [media] v4l: omap4iss: Cancel streaming when a fatal error occurs 2013-12-11 09:05:32 -02:00
Kconfig [media] v4l: omap4iss: Add support for OMAP4 camera interface - Build system 2013-12-03 17:43:58 -02:00
Makefile [media] v4l: omap4iss: Add support for OMAP4 camera interface - Build system 2013-12-03 17:43:58 -02:00
TODO [media] v4l: omap4iss: Add support for OMAP4 camera interface - Build system 2013-12-03 17:43:58 -02:00