Skip to content

Commit

Permalink
v4l: xilinx: multi-scaler: change print level from error to debug
Browse files Browse the repository at this point in the history
All channels does not have buffer at the given time while streaming.
In multichannel scenario it is a common case. So, change the log
level of the print from error to debug.

Signed-off-by: Anil kumar Mamidala <anil.mamidala@xilinx.com>
Signed-off-by: Venkateshwar Rao Gannavarapu <venkateshwar.rao.gannavarapu@xilinx.com>
  • Loading branch information
Venkateshwar Rao Gannavarapu authored and Michal Simek committed Dec 16, 2021
1 parent 8495d3d commit ba0d947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/platform/xilinx/xilinx-multi-scaler.c
Expand Up @@ -1286,7 +1286,7 @@ static void xm2msc_device_run(void *priv)
* channel while streaming is going on
*/
if (xm2msc->out_streamed_chan || xm2msc->cap_streamed_chan)
dev_err(xm2msc->dev,
dev_dbg(xm2msc->dev,
"Buffer not available, streaming chan 0x%x\n",
xm2msc->cap_streamed_chan);

Expand Down

0 comments on commit ba0d947

Please sign in to comment.