media: coda: demote s_ctrl debug messages to level 2
Otherwise the default initialization would always swamp the debug log. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
e94bb8d269
commit
74135fb184
@ -1860,7 +1860,7 @@ static int coda_s_ctrl(struct v4l2_ctrl *ctrl)
|
||||
struct coda_ctx *ctx =
|
||||
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);
|
||||
|
||||
switch (ctrl->id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user