summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2011-06-20 19:14:39 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 20:53:11 (GMT)
commit6c895d548c393d913152195c9e70816e13c64f9f (patch)
tree617423650be6fe0a35df5d205b7b40002dc83cbe /drivers
parent9d48a51c272782e646d75e507a66e0532327d9e5 (diff)
downloadlinux-fsl-qoriq-6c895d548c393d913152195c9e70816e13c64f9f.tar.xz
[media] marvell-cam: Don't spam the logs on frame loss
The sequence numbers already give that information if user space cares; this is a frequent occurrence on slower machines, alas. Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/marvell-ccic/mcam-core.c2
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 da7ec2f..ca3c56f 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)
/*
* Basic frame housekeeping.
*/
- if (test_bit(frame, &cam->flags) && printk_ratelimit())
- cam_err(cam, "Frame overrun on %d, frames lost\n", frame);
set_bit(frame, &cam->flags);
clear_bit(CF_DMA_ACTIVE, &cam->flags);
if (cam->next_buf < 0)