[media] af9033: correct debug print

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Antti Palosaari
2012-04-01 11:14:59 -03:00
committed by Mauro Carvalho Chehab
parent 41d44a815a
commit 3a871ca270

View 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;