]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commitd0adbc93aacb1775adb7c67b513399ea243b463d
tree74e198a0cfde7302a0c3e65cc9168ae0262000c5
parent8317bc11a691539132352f665f6bf4b7eb3c797a
ENGR00229852 csi/v4l: lower the priority of "working queue empty" message

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