mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
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:
parent
703cb2cbf4
commit
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;
|
||||
|
Loading…
Reference in New Issue
Block a user