diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-11 18:40:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-11 18:40:00 -0300 |
commit | 91b24eda72df7f1320bf3b064515c96039bfca0d (patch) | |
tree | 99e8ea8f19c28758417d4c3398523595359d48c7 /linux/drivers/media/dvb | |
parent | 2fca1e165c0f13087c2eaed3d0e4a4c4fbb24fe5 (diff) | |
parent | fd4694cdbe15f591792ec5166c3d9791c4b1e34f (diff) | |
download | mediapointer-dvb-s2-91b24eda72df7f1320bf3b064515c96039bfca0d.tar.gz mediapointer-dvb-s2-91b24eda72df7f1320bf3b064515c96039bfca0d.tar.bz2 |
merge: http://linuxtv.org/hg/~dougsland/video4linux
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/frontends/lnbp21.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/lnbp21.c b/linux/drivers/media/dvb/frontends/lnbp21.c index 1dcc56f32..71f607fe8 100644 --- a/linux/drivers/media/dvb/frontends/lnbp21.c +++ b/linux/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; } |