Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17342
b: refs/heads/master
c: f9a91f0
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent 1e1cf0c commit cc7a664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a8bbf12ad8a8ad532cea0b67f0127ad90d336b04
refs/heads/master: f9a91f08990b0353fc1251ee72ec42c6ea33bd24
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tea5767.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ static int tea5767_signal(struct i2c_client *c)
if (5 != (rc = i2c_master_recv(c, buffer, 5)))
tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc);

return ((buffer[3] & TEA5767_ADC_LEVEL_MASK) << (13 - 4));
return ((buffer[3] & TEA5767_ADC_LEVEL_MASK) << 8);
}

static int tea5767_stereo(struct i2c_client *c)
Expand Down

0 comments on commit cc7a664

Please sign in to comment.