aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/ivtv/ivtv-driver.c
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2009-05-22 21:12:00 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 19:07:24 -0300
commit7360055aa31f5f732af4d0ed23517f1b6adfa573 (patch)
tree96aa5b5008733c36f967a431cb673f1421804135 /drivers/media/video/ivtv/ivtv-driver.c
parent3cd5270c411538329ccc135189c68d2b4544c49a (diff)
downloadkernel_samsung_smdk4412-7360055aa31f5f732af4d0ed23517f1b6adfa573.zip
kernel_samsung_smdk4412-7360055aa31f5f732af4d0ed23517f1b6adfa573.tar.gz
kernel_samsung_smdk4412-7360055aa31f5f732af4d0ed23517f1b6adfa573.tar.bz2
V4L/DVB (11932): ivtv: Add missing newline
Reported-by: Martin Dauskardt <martin.dauskardt@gmx.de> Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.c')
-rw-r--r--drivers/media/video/ivtv/ivtv-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c
index e9ca9a0..558f8a8 100644
--- a/drivers/media/video/ivtv/ivtv-driver.c
+++ b/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;