]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: staging/cxd2099: fix debug message severity
authorDaniel Scheller <d.scheller@gmx.net>
Tue, 12 Dec 2017 18:46:56 +0000 (13:46 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 14 Dec 2017 17:31:02 +0000 (12:31 -0500)
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>
drivers/staging/media/cxd2099/cxd2099.c

index 21b1c6fcf9bfc5d074f5c34deed3f044439acab5..38d43647d4bfc4049ba6615d68c230d9ed3fa8fd 100644 (file)
@@ -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);