diff options
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.c b/drivers/media/video/cx18/cx18-driver.c index f0006edc635d..bc6a8f9abd3d 100644 --- a/drivers/media/video/cx18/cx18-driver.c +++ b/drivers/media/video/cx18/cx18-driver.c | |||
@@ -313,7 +313,7 @@ static void cx18_process_eeprom(struct cx18 *cx) | |||
313 | CX18_INFO("Autodetected %s\n", cx->card_name); | 313 | CX18_INFO("Autodetected %s\n", cx->card_name); |
314 | 314 | ||
315 | if (tv.tuner_type == TUNER_ABSENT) | 315 | if (tv.tuner_type == TUNER_ABSENT) |
316 | CX18_ERR("tveeprom cannot autodetect tuner!"); | 316 | CX18_ERR("tveeprom cannot autodetect tuner!\n"); |
317 | 317 | ||
318 | if (cx->options.tuner == -1) | 318 | if (cx->options.tuner == -1) |
319 | cx->options.tuner = tv.tuner_type; | 319 | cx->options.tuner = tv.tuner_type; |