Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130769
b: refs/heads/master
c: 6d9f13c
h: refs/heads/master
i:
  130767: 6e9ff60
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jan 29, 2009
1 parent b81cbcd commit d0c48e4
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: d1a470fbd987b28e64287718917faf8caf67a055
refs/heads/master: 6d9f13c47a009ccbaf40c2e388ab349690dd8000
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx25840/cx25840-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ static int cx25840_log_status(struct v4l2_subdev *sd)
static int cx25840_command(struct i2c_client *client, unsigned cmd, void *arg)
{
/* ignore this command */
if (cmd == TUNER_SET_TYPE_ADDR)
if (cmd == TUNER_SET_TYPE_ADDR || cmd == TUNER_SET_CONFIG)
return 0;

/* Old-style drivers rely on initialization on first use, so
Expand Down

0 comments on commit d0c48e4

Please sign in to comment.