diff options
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/marvell-ccic/mcam-core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/marvell-ccic/mcam-core.c b/drivers/media/video/marvell-ccic/mcam-core.c index da7ec2f473ff..ca3c56f05f0d 100644 --- a/drivers/media/video/marvell-ccic/mcam-core.c +++ b/drivers/media/video/marvell-ccic/mcam-core.c | |||
@@ -1263,8 +1263,6 @@ static void mcam_frame_complete(struct mcam_camera *cam, int frame) | |||
1263 | /* | 1263 | /* |
1264 | * Basic frame housekeeping. | 1264 | * Basic frame housekeeping. |
1265 | */ | 1265 | */ |
1266 | if (test_bit(frame, &cam->flags) && printk_ratelimit()) | ||
1267 | cam_err(cam, "Frame overrun on %d, frames lost\n", frame); | ||
1268 | set_bit(frame, &cam->flags); | 1266 | set_bit(frame, &cam->flags); |
1269 | clear_bit(CF_DMA_ACTIVE, &cam->flags); | 1267 | clear_bit(CF_DMA_ACTIVE, &cam->flags); |
1270 | if (cam->next_buf < 0) | 1268 | if (cam->next_buf < 0) |