diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-11 17:34:38 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-11 17:34:38 -0300 |
commit | 0e0a1701b02504470a123c46787736681b329c9e (patch) | |
tree | 958bdb55b6d03b93cd4b0402087027452be8a6e0 /linux/drivers/media/video/ivtv | |
parent | c008f5393a7e3abe497be5721a1f16365053c6a3 (diff) | |
parent | 1ea1921cc38df2aa08610c61016663805aad3728 (diff) | |
download | mediapointer-dvb-s2-0e0a1701b02504470a123c46787736681b329c9e.tar.gz mediapointer-dvb-s2-0e0a1701b02504470a123c46787736681b329c9e.tar.bz2 |
merge: http://linuxtv.org/hg/~eandren/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/ivtv')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-driver.c b/linux/drivers/media/video/ivtv/ivtv-driver.c index edb81a948..9f91838d7 100644 --- a/linux/drivers/media/video/ivtv/ivtv-driver.c +++ b/linux/drivers/media/video/ivtv/ivtv-driver.c @@ -455,7 +455,7 @@ static void ivtv_process_eeprom(struct ivtv *itv) break; } if (tv.tuner_type == TUNER_ABSENT) - IVTV_ERR("tveeprom cannot autodetect tuner!"); + IVTV_ERR("tveeprom cannot autodetect tuner!\n"); if (itv->options.tuner == -1) itv->options.tuner = tv.tuner_type; |