summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx18
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-05-11 22:10:43 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-05-11 22:10:43 -0300
commit2c8b481bed8efbeda28d5b75e0aeb5c089fc76e8 (patch)
tree932a12ebc998b983aef1e076a23f5f882d65b6b3 /linux/drivers/media/video/cx18
parent5c878b664038ece4cce098757bef26d5a5aa7269 (diff)
parent2b01e0e4cd5cd2969d0b64c23608f18da907e20b (diff)
downloadmediapointer-dvb-s2-2c8b481bed8efbeda28d5b75e0aeb5c089fc76e8.tar.gz
mediapointer-dvb-s2-2c8b481bed8efbeda28d5b75e0aeb5c089fc76e8.tar.bz2
merge: http://linuxtv.org/hg/~awalls/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/cx18')
-rw-r--r--linux/drivers/media/video/cx18/cx18-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-driver.c b/linux/drivers/media/video/cx18/cx18-driver.c
index 41997dd18..f42a97314 100644
--- a/linux/drivers/media/video/cx18/cx18-driver.c
+++ b/linux/drivers/media/video/cx18/cx18-driver.c
@@ -313,7 +313,7 @@ static void cx18_process_eeprom(struct cx18 *cx)
CX18_INFO("Autodetected %s\n", cx->card_name);
if (tv.tuner_type == TUNER_ABSENT)
- CX18_ERR("tveeprom cannot autodetect tuner!");
+ CX18_ERR("tveeprom cannot autodetect tuner!\n");
if (cx->options.tuner == -1)
cx->options.tuner = tv.tuner_type;