mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 15:09:53 +00:00
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>
This commit is contained in:
parent
008b6c5f76
commit
4442ee8bdd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user