diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-05-22 20:12:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-05-22 20:12:00 -0400 |
commit | 47be3ed7254d563ac971323126bfcffc3b712d87 (patch) | |
tree | dbb6d6467acc7082a868b0b3f51a79b8f8b32bdb /linux/drivers/media/video/ivtv | |
parent | 3beb22a88b25f76e30ddde31f6436ac190b61235 (diff) | |
download | mediapointer-dvb-s2-47be3ed7254d563ac971323126bfcffc3b712d87.tar.gz mediapointer-dvb-s2-47be3ed7254d563ac971323126bfcffc3b712d87.tar.bz2 |
ivtv: Add missing newline
From: Andy Walls <awalls@radix.net>
Reported-by: Martin Dauskardt <martin.dauskardt@gmx.de>
Priority: normal
Signed-off-by: Andy Walls <awalls@radix.net>
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; |