aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/cxd2099
diff options
context:
space:
mode:
authorDaniel Scheller <d.scheller@gmx.net>2017-12-12 13:46:56 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-14 12:31:02 -0500
commit902ea1dfbbe4ceca04f16c8198170ec3eee1da03 (patch)
treec44bf1354d13787ba50df10c56e37edc5138c486 /drivers/staging/media/cxd2099
parentmedia: staging/cxd2099: fix remaining checkpatch-strict issues (diff)
downloadlinux-dev-902ea1dfbbe4ceca04f16c8198170ec3eee1da03.tar.xz
linux-dev-902ea1dfbbe4ceca04f16c8198170ec3eee1da03.zip
media: staging/cxd2099: fix debug message severity
Debug messages should go to KERN_DEBUG, thus change the slot_shutdown() notice from dev_info() to dev_dbg(). Signed-off-by: Daniel Scheller <d.scheller@gmx.net> Signed-off-by: Jasmin Jessich <jasmin@anw.at> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/staging/media/cxd2099')
-rw-r--r--drivers/staging/media/cxd2099/cxd2099.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/cxd2099/cxd2099.c b/drivers/staging/media/cxd2099/cxd2099.c
index 21b1c6fcf9bf..38d43647d4bf 100644
--- a/drivers/staging/media/cxd2099/cxd2099.c
+++ b/drivers/staging/media/cxd2099/cxd2099.c
@@ -518,7 +518,7 @@ static int slot_shutdown(struct dvb_ca_en50221 *ca, int slot)
{
struct cxd *ci = ca->data;
- dev_info(&ci->i2c->dev, "%s\n", __func__);
+ dev_dbg(&ci->i2c->dev, "%s\n", __func__);
if (ci->cammode)
read_data(ca, slot, ci->rbuf, 0);
mutex_lock(&ci->lock);