Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331041
b: refs/heads/master
c: 3ea0a1d
h: refs/heads/master
i:
  331039: dfc98a2
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent 12a068d commit 79da867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a719d69399592cdee8e52f9a30cb84774f334a62
refs/heads/master: 3ea0a1d1eb2cb1c5c2283867a6f4db3c580486b1
4 changes: 2 additions & 2 deletions trunk/drivers/media/i2c/tea6415c.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static int tea6415c_s_routing(struct v4l2_subdev *sd,
case 13:
byte = 0x28;
break;
};
}

switch (i) {
case 5:
Expand All @@ -108,7 +108,7 @@ static int tea6415c_s_routing(struct v4l2_subdev *sd,
case 11:
byte |= 0x07;
break;
};
}

ret = i2c_smbus_write_byte(client, byte);
if (ret) {
Expand Down

0 comments on commit 79da867

Please sign in to comment.