Skip to content

Commit

Permalink
ENGR00229852 csi/v4l: lower the priority of "working queue empty" mes…
Browse files Browse the repository at this point in the history
…sage

When pause the capture test program, the "working queue empty" message
shows up repeatedly. However this message is expected to show up because
there's no QBUF called. Change pr_err to pr_debug to keep it as debug level.

Signed-off-by: Robby Cai <R63905@freescale.com>
  • Loading branch information
Robby Cai authored and Robby Cai committed Nov 19, 2012
1 parent c17e62b commit da53026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/mxc/capture/csi_v4l2_capture.c
Expand Up @@ -273,7 +273,7 @@ static void camera_callback(u32 mask, void *dev)
return;

if (list_empty(&cam->working_q)) {
pr_err("ERROR: v4l2 capture: %s: "
pr_debug("v4l2 capture: %s: "
"working queue empty\n", __func__);
return;
}
Expand Down

0 comments on commit da53026

Please sign in to comment.