diff options
author | Andy Walls <awalls@radix.net> | 2009-05-08 23:34:31 -0400 |
---|---|---|
committer | Andy Walls <awalls@radix.net> | 2009-05-08 23:34:31 -0400 |
commit | 878e6f5343f5cdf3a658188f4fa94c052e1d7108 (patch) | |
tree | fd791618ea4870e6f23688ff599beef116a42363 /linux/drivers | |
parent | 761117ef9d86061f47fda80f18837a57a0feb72a (diff) | |
download | mediapointer-dvb-s2-878e6f5343f5cdf3a658188f4fa94c052e1d7108.tar.gz mediapointer-dvb-s2-878e6f5343f5cdf3a658188f4fa94c052e1d7108.tar.bz2 |
cx18: Add missing newline to tuner detection error message
From: Andy Walls <awalls@radix.net>
Priority: normal
Signed-off-by: Andy Walls <awalls@radix.net>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-driver.c b/linux/drivers/media/video/cx18/cx18-driver.c index 41997dd18..f42a97314 100644 --- a/linux/drivers/media/video/cx18/cx18-driver.c +++ b/linux/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; |