Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219449
b: refs/heads/master
c: 11e0f1a
h: refs/heads/master
i:
  219447: d4f7fdd
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent b76d17a commit 4a66bd4
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: c29bc4d77d530af27d066d54e9d2c612dd1b9018
refs/heads/master: 11e0f1a89750d0139eecbb41b89d6b2d33a718b6
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/sr030pc30.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ static inline struct sr030pc30_info *to_sr030pc30(struct v4l2_subdev *sd)
static inline int set_i2c_page(struct sr030pc30_info *info,
struct i2c_client *client, unsigned int reg)
{
int ret;
int ret = 0;
u32 page = reg >> 8 & 0xFF;

if (info->i2c_reg_page != page && (reg & 0xFF) != 0x03) {
Expand Down

0 comments on commit 4a66bd4

Please sign in to comment.