mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 13:27:25 -04:00
[media] af9033: correct debug print
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
41d44a815a
commit
3a871ca270
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user