diff options
author | Antti Palosaari <crope@iki.fi> | 2012-04-01 18:14:59 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-04-09 21:44:12 +0400 |
commit | 3a871ca270545194887ddae726b51f1e2bf45f32 (patch) | |
tree | cb558cd8013d1a41c6bfc205c27ae53d65bd2ca4 | |
parent | 41d44a815a68a2618805c1d670b4ff93091a99d8 (diff) | |
download | linux-3a871ca270545194887ddae726b51f1e2bf45f32.tar.xz |
[media] af9033: correct debug print
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/dvb/frontends/af9033.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |