diff options
author | Andy Walls <awalls@radix.net> | 2009-05-22 20:12:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 18:07:24 -0400 |
commit | 7360055aa31f5f732af4d0ed23517f1b6adfa573 (patch) | |
tree | 96aa5b5008733c36f967a431cb673f1421804135 /drivers/media/video/ivtv/ivtv-driver.c | |
parent | 3cd5270c411538329ccc135189c68d2b4544c49a (diff) |
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.c | 2 |
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 e9ca9a064ae5..558f8a837ff4 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) | |||
455 | break; | 455 | break; |
456 | } | 456 | } |
457 | if (tv.tuner_type == TUNER_ABSENT) | 457 | if (tv.tuner_type == TUNER_ABSENT) |
458 | IVTV_ERR("tveeprom cannot autodetect tuner!"); | 458 | IVTV_ERR("tveeprom cannot autodetect tuner!\n"); |
459 | 459 | ||
460 | if (itv->options.tuner == -1) | 460 | if (itv->options.tuner == -1) |
461 | itv->options.tuner = tv.tuner_type; | 461 | itv->options.tuner = tv.tuner_type; |