diff options
Diffstat (limited to 'drivers/media/video/marvell-ccic/mcam-core.c')
-rw-r--r-- | drivers/media/video/marvell-ccic/mcam-core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/marvell-ccic/mcam-core.c b/drivers/media/video/marvell-ccic/mcam-core.c index e46a72af63c4..036db2746407 100644 --- a/drivers/media/video/marvell-ccic/mcam-core.c +++ b/drivers/media/video/marvell-ccic/mcam-core.c | |||
@@ -1697,6 +1697,8 @@ int mccic_irq(struct mcam_camera *cam, unsigned int irqs) | |||
1697 | if (irqs & (IRQ_EOF0 << frame)) { | 1697 | if (irqs & (IRQ_EOF0 << frame)) { |
1698 | mcam_frame_complete(cam, frame); | 1698 | mcam_frame_complete(cam, frame); |
1699 | handled = 1; | 1699 | handled = 1; |
1700 | if (cam->buffer_mode == B_DMA_sg) | ||
1701 | break; | ||
1700 | } | 1702 | } |
1701 | /* | 1703 | /* |
1702 | * If a frame starts, note that we have DMA active. This | 1704 | * If a frame starts, note that we have DMA active. This |