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>
(cherry picked from commit
42bd808baa7c03671665297cd40ae9cce8186d6b)
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) {