提交 fd35a6b4 编写于 作者: N Nickolay V. Shmyrev 提交者: Linus Torvalds

[PATCH] v4l: 718: fixed build

- Fixed build.
Signed-off-by: NNickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: NMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 3c1904a9
......@@ -279,10 +279,8 @@ static void dec_use(struct i2c_adapter *adap)
static int em2820_set_tuner(int check_eeprom, struct i2c_client *client)
{
struct em2820 *dev = client->adapter->algo_data;
struct tuner_setup tun_setup;
/* tuner */
if (dev->has_tuner) {
tun_setup.mode_mask = T_ANALOG_TV | T_RADIO;
tun_setup.type = dev->tuner_type;
......@@ -290,6 +288,7 @@ static int em2820_set_tuner(int check_eeprom, struct i2c_client *client)
em2820_i2c_call_clients(dev, TUNER_SET_TYPE_ADDR, &tun_setup);
}
return (0);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册