提交 74135fb1 编写于 作者: P Philipp Zabel 提交者: Mauro Carvalho Chehab

media: coda: demote s_ctrl debug messages to level 2

Otherwise the default initialization would always swamp the debug log.
Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: NHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: NMauro Carvalho Chehab <mchehab+samsung@kernel.org>
上级 e94bb8d2
...@@ -1860,7 +1860,7 @@ static int coda_s_ctrl(struct v4l2_ctrl *ctrl) ...@@ -1860,7 +1860,7 @@ static int coda_s_ctrl(struct v4l2_ctrl *ctrl)
struct coda_ctx *ctx = struct coda_ctx *ctx =
container_of(ctrl->handler, struct coda_ctx, ctrls); container_of(ctrl->handler, struct coda_ctx, ctrls);
coda_dbg(1, ctx, "s_ctrl: id = 0x%x, name = \"%s\", val = %d\n", coda_dbg(2, ctx, "s_ctrl: id = 0x%x, name = \"%s\", val = %d\n",
ctrl->id, ctrl->name, ctrl->val); ctrl->id, ctrl->name, ctrl->val);
switch (ctrl->id) { switch (ctrl->id) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册