Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65783
b: refs/heads/master
c: aeb292d
h: refs/heads/master
i:
  65781: 9deaf7b
  65779: cee8756
  65775: 0d05c36
v: v3
  • Loading branch information
Jean Delvare authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 1301f82 commit 53749ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 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: 9c12224a607a4b22ab86784e3394b52810b9507c
refs/heads/master: aeb292d1342c649ac0b35ae9205b761fd14adb57
15 changes: 7 additions & 8 deletions trunk/drivers/media/video/ivtv/ivtv-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,14 +536,13 @@ static struct i2c_adapter ivtv_i2c_adap_template = {
#endif
};

static struct i2c_algo_bit_data ivtv_i2c_algo_template = {
NULL, /* ?? */
ivtv_setsda_old, /* setsda function */
ivtv_setscl_old, /* " */
ivtv_getsda_old, /* " */
ivtv_getscl_old, /* " */
10, /* udelay */
200 /* timeout */
static const struct i2c_algo_bit_data ivtv_i2c_algo_template = {
.setsda = ivtv_setsda_old,
.setscl = ivtv_setscl_old,
.getsda = ivtv_getsda_old,
.getscl = ivtv_getscl_old,
.udelay = 10,
.timeout = 200,
};

static struct i2c_client ivtv_i2c_client_template = {
Expand Down

0 comments on commit 53749ff

Please sign in to comment.