Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106693
b: refs/heads/master
c: bcf4562
h: refs/heads/master
i:
  106691: a097388
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jul 23, 2008
1 parent 541d6a4 commit d00a91d
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: 7fd4828f6cc5bd4339ff58e372ccb5f528548b30
refs/heads/master: bcf4562ecbc35dabacc562fdf6c92218ca59ca94
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cs5345.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static int cs5345_command(struct i2c_client *client, unsigned cmd, void *arg)
if (cmd == VIDIOC_DBG_G_REGISTER)
reg->val = cs5345_read(client, reg->reg & 0x1f);
else
cs5345_write(client, reg->reg & 0x1f, reg->val & 0x1f);
cs5345_write(client, reg->reg & 0x1f, reg->val & 0xff);
break;
}
#endif
Expand Down

0 comments on commit d00a91d

Please sign in to comment.