]> git.karo-electronics.de Git - linux-beck.git/commitdiff
V4L/DVB (11752): cx18: Add missing newline to tuner detection error message
authorAndy Walls <awalls@radix.net>
Sat, 9 May 2009 03:34:31 +0000 (00:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 21:21:00 +0000 (18:21 -0300)
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx18/cx18-driver.c

index f0006edc635d76595c8ebdfd71a611129dff4f50..bc6a8f9abd3d72ee315e9cf31eaf6629779bdb33 100644 (file)
@@ -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;