]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
V4L/DVB (11932): ivtv: Add missing newline
authorAndy Walls <awalls@radix.net>
Sat, 23 May 2009 00:12:00 +0000 (21:12 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 22:07:24 +0000 (19:07 -0300)
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>
drivers/media/video/ivtv/ivtv-driver.c

index e9ca9a064ae565f8b669b895aa30983dde178678..558f8a837ff4f14bd04721a5cdd554add2d03cbe 100644 (file)
@@ -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;