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>
This commit is contained in:
Родитель
703cb2cbf4
Коммит
ac272ed7f1
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче