From: Antti Palosaari Date: Sun, 1 Apr 2012 14:14:59 +0000 (-0300) Subject: [media] af9033: correct debug print X-Git-Tag: next-20120430~64^2~5^2~58 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3a871ca270545194887ddae726b51f1e2bf45f32;p=karo-tx-linux.git [media] af9033: correct debug print Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/af9033.c b/drivers/media/dvb/frontends/af9033.c index 161bbe5f2e3f..9ade510f9dfe 100644 --- a/drivers/media/dvb/frontends/af9033.c +++ b/drivers/media/dvb/frontends/af9033.c @@ -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;