]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00229852 csi/v4l: lower the priority of "working queue empty" message
authorRobby Cai <R63905@freescale.com>
Mon, 12 Nov 2012 08:17:14 +0000 (16:17 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:44 +0000 (08:35 +0200)
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>
drivers/media/video/mxc/capture/csi_v4l2_capture.c

index c3ec6e4e89d158058f725c682cfc99884d51de10..d8a956c557eb2d14234ebe168d8737195c9d8a29 100644 (file)
@@ -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;
        }