From: Antti Palosaari Date: Sun, 1 Apr 2012 14:14:59 +0000 (-0300) Subject: [media] af9033: correct debug print X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3a871ca270545194887ddae726b51f1e2bf45f32;p=~shefty%2Frdma-dev.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 161bbe5f2e3..9ade510f9df 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;