Browse Source

[media] af9033: correct debug print

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Antti Palosaari 13 years ago
parent
commit
3a871ca270
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/dvb/frontends/af9033.c

+ 1 - 1
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;