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:
0d83463
)
V4L/DVB (11931): lnbp21: Add missing newline
author
Andy Walls
<awalls@radix.net>
Sat, 23 May 2009 00:07:46 +0000
(21:07 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 16 Jun 2009 22:07:23 +0000
(19:07 -0300)
Reported-by: VDR User <user.vdr@gmail.com>
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/lnbp21.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/lnbp21.c
b/drivers/media/dvb/frontends/lnbp21.c
index 1dcc56f32bff71e92a1c1b94e9ef2463bbe4b725..71f607fe8fc7ca87326ad21e3fbf8fd7eeba9983 100644
(file)
--- a/
drivers/media/dvb/frontends/lnbp21.c
+++ b/
drivers/media/dvb/frontends/lnbp21.c
@@
-133,7
+133,7
@@
static struct dvb_frontend *lnbx2x_attach(struct dvb_frontend *fe,
/* override frontend ops */
fe->ops.set_voltage = lnbp21_set_voltage;
fe->ops.enable_high_lnb_voltage = lnbp21_enable_high_lnb_voltage;
- printk(KERN_INFO "LNBx2x attached on addr=%x", lnbp21->i2c_addr);
+ printk(KERN_INFO "LNBx2x attached on addr=%x
\n
", lnbp21->i2c_addr);
return fe;
}