summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2012-06-26 12:45:05 +0800
committerLiu Ying <Ying.Liu@freescale.com>2012-06-27 13:33:23 +0800
commit42bd808baa7c03671665297cd40ae9cce8186d6b (patch)
tree485a55d50b2b864d5e1c78b75c4139edde49db6f
parented27bdab812a28095f4d5ff7cedca6542342dfec (diff)
ENGR00214865 mxc_v4l2_capture:Be silent when closing device
This patch changes the debug level of a kernel message in mxc_v4l2_close() from KERN_INFO to KERN_DEBUG to make the console silent when closing device. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
-rw-r--r--drivers/media/video/mxc/capture/mxc_v4l2_capture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mxc/capture/mxc_v4l2_capture.c b/drivers/media/video/mxc/capture/mxc_v4l2_capture.c
index dd977931b72b..c97ef28cc73c 100644
--- a/drivers/media/video/mxc/capture/mxc_v4l2_capture.c
+++ b/drivers/media/video/mxc/capture/mxc_v4l2_capture.c
@@ -1735,7 +1735,7 @@ static int mxc_v4l_close(struct file *file)
wait_event_interruptible(cam->power_queue,
cam->low_power == false);
- pr_info("mxc_v4l_close: release resource\n");
+ pr_debug("mxc_v4l_close: release resource\n");
if (strcmp(mxc_capture_inputs[cam->current_input].name,
"CSI MEM") == 0) {