From: Philipp Zabel
Date: Fri, 12 Apr 2019 15:51:27 +0000 (-0400)
Subject: media: coda: demote s_ctrl debug messages to level 2
X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=74135fb1847dbf2c6564c820add9d5bbecf4f6d2;p=openwrt%2Fstaging%2Fblogic.git
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
Signed-off-by: Hans Verkuil
Signed-off-by: Mauro Carvalho Chehab
---
diff --git a/drivers/media/platform/coda/coda-common.c b/drivers/media/platform/coda/coda-common.c
index 1c2181d3fe04..15d49de6becb 100644
--- a/drivers/media/platform/coda/coda-common.c
+++ b/drivers/media/platform/coda/coda-common.c
@@ -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) {