[media] af9033: correct debug print
authorAntti Palosaari <crope@iki.fi>
Sun, 1 Apr 2012 14:14:59 +0000 (11:14 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 9 Apr 2012 17:44:12 +0000 (14:44 -0300)
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/af9033.c

index 161bbe5..9ade510 100644 (file)
@@ -342,7 +342,7 @@ static int af9033_sleep(struct dvb_frontend *fe)
                usleep_range(200, 10000);
        }
 
-       pr_debug("%s: loop=%d", __func__, i);
+       pr_debug("%s: loop=%d\n", __func__, i);
 
        if (i == 0) {
                ret = -ETIMEDOUT;