projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41d44a8
)
[media] af9033: correct debug print
author
Antti Palosaari
<crope@iki.fi>
Sun, 1 Apr 2012 14:14:59 +0000
(11:14 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 9 Apr 2012 17:44:12 +0000
(14:44 -0300)
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/af9033.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/af9033.c
b/drivers/media/dvb/frontends/af9033.c
index 161bbe5f2e3f54be5d7d78cac6671b0bbfa9cdb1..9ade510f9dfed40c00b34ad15a810cfcaf5adae4 100644
(file)
--- 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;