1
0
Fork 0

V4L/DVB (3429): Missing break statement on tuner-core

- default_tuner_init was called twice due to a missing break statement.

Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
Acked-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
hifive-unleashed-5.1
Markus Rechberger 2006-01-23 17:11:09 -02:00 committed by Mauro Carvalho Chehab
parent 703cb2cbf4
commit ac272ed7f1
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ static void set_type(struct i2c_client *c, unsigned int type,
buffer[3] = 0xa4;
i2c_master_send(c,buffer,4);
default_tuner_init(c);
break;
default:
default_tuner_init(c);
break;