mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
[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>
This commit is contained in:
parent
9d48a51c27
commit
6c895d548c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user