Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13331
b: refs/heads/master
c: fd35a6b
h: refs/heads/master
i:
  13329: 2b7096a
  13327: 9fb4c6f
v: v3
  • Loading branch information
Nickolay V. Shmyrev authored and Linus Torvalds committed Nov 9, 2005
1 parent 2b9f889 commit 85d5997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c1904a997153b17861bd331c9075017ba34b901
refs/heads/master: fd35a6b454818e01f761622e9ac5824ce2d7baf5
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/em28xx/em28xx-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,17 +279,16 @@ 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;
tun_setup.addr = dev->tuner_addr;

em2820_i2c_call_clients(dev, TUNER_SET_TYPE_ADDR, &tun_setup);
}

return (0);
}

Expand Down

0 comments on commit 85d5997

Please sign in to comment.