Skip to content

Commit

Permalink
[media] af9033: correct debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Apr 9, 2012
1 parent 41d44a8 commit 3a871ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/af9033.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3a871ca

Please sign in to comment.