projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
008b6c5
)
V4L/DVB (11752): cx18: Add missing newline to tuner detection error message
author
Andy Walls
<awalls@radix.net>
Sat, 9 May 2009 03:34:31 +0000
(
00:34
-0300)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx18/cx18-driver.c
b/drivers/media/video/cx18/cx18-driver.c
index f0006edc635d76595c8ebdfd71a611129dff4f50..bc6a8f9abd3d72ee315e9cf31eaf6629779bdb33 100644
(file)
--- 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;