Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61300
b: refs/heads/master
c: 56584c9
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jul 18, 2007
1 parent aa55760 commit 7c041e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 2e02b9a717388c99f2c2ef0aa03f86334bbf8fc7
refs/heads/master: 56584c9ea9a6dcd672f97ebfeebc4903e8b903bc
12 changes: 6 additions & 6 deletions trunk/drivers/media/video/mt20xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,13 +361,13 @@ static int mt2032_init(struct i2c_client *c)
static void mt2050_set_antenna(struct i2c_client *c, unsigned char antenna)
{
struct tuner *t = i2c_get_clientdata(c);
unsigned char buf[2];
int ret;
unsigned char buf[2];
int ret;

buf[0] = 6;
buf[1] = antenna ? 0x11 : 0x10;
ret=i2c_master_send(c,buf,2);
tuner_dbg("mt2050: enabled antenna connector %d\n", antenna);
buf[0] = 6;
buf[1] = antenna ? 0x11 : 0x10;
ret=i2c_master_send(c,buf,2);
tuner_dbg("mt2050: enabled antenna connector %d\n", antenna);
}

static void mt2050_set_if_freq(struct i2c_client *c,unsigned int freq, unsigned int if2)
Expand Down

0 comments on commit 7c041e5

Please sign in to comment.