aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2012-03-16 18:14:56 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-03-19 21:17:06 -0400
commit67de3311a0de1366cda1504b9a0a87dec885243a (patch)
tree1ddb88b682abd081dfc44d2ba7041a4d689b9e30 /drivers/media
parent4a0abfaa9662365303df2accf16383a2edb49a7b (diff)
[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>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/marvell-ccic/mcam-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/marvell-ccic/mcam-core.c b/drivers/media/video/marvell-ccic/mcam-core.c
index 036db2746407..996ac34d9a89 100644
--- a/drivers/media/video/marvell-ccic/mcam-core.c
+++ b/drivers/media/video/marvell-ccic/mcam-core.c
@@ -1567,7 +1567,7 @@ static int mcam_v4l_release(struct file *filp)
1567{ 1567{
1568 struct mcam_camera *cam = filp->private_data; 1568 struct mcam_camera *cam = filp->private_data;
1569 1569
1570 cam_err(cam, "Release, %d frames, %d singles, %d delivered\n", frames, 1570 cam_dbg(cam, "Release, %d frames, %d singles, %d delivered\n", frames,
1571 singles, delivered); 1571 singles, delivered);
1572 mutex_lock(&cam->s_mutex); 1572 mutex_lock(&cam->s_mutex);
1573 (cam->users)--; 1573 (cam->users)--;