diff options
author | Andy Walls <awalls@radix.net> | 2009-05-09 00:34:31 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 18:21:00 -0300 |
commit | 4442ee8bddf0a412c566e638345860b187849692 (patch) | |
tree | 20fa907a3de1bf66b149ca351a3f879e6d63983a /drivers/media/video/cx18 | |
parent | 008b6c5f76fd447ba0d49b6ca958a06ee4786085 (diff) | |
download | op-kernel-dev-4442ee8bddf0a412c566e638345860b187849692.zip op-kernel-dev-4442ee8bddf0a412c566e638345860b187849692.tar.gz |
V4L/DVB (11752): cx18: Add missing newline to tuner detection error message
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18')
-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 f0006ed..bc6a8f9a 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) 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; |