mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
[media] marvell-cam: Demote the "release" print to debug level
We've spammed enough logfiles at this point. Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
4a0abfaa96
commit
67de3311a0
@ -1567,7 +1567,7 @@ static int mcam_v4l_release(struct file *filp)
|
||||
{
|
||||
struct mcam_camera *cam = filp->private_data;
|
||||
|
||||
cam_err(cam, "Release, %d frames, %d singles, %d delivered\n", frames,
|
||||
cam_dbg(cam, "Release, %d frames, %d singles, %d delivered\n", frames,
|
||||
singles, delivered);
|
||||
mutex_lock(&cam->s_mutex);
|
||||
(cam->users)--;
|
||||
|
Loading…
Reference in New Issue
Block a user