Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181571
b: refs/heads/master
c: 986ce45
h: refs/heads/master
i:
  181569: 18a7981
  181567: 989827e
v: v3
  • Loading branch information
Pete Eberlein authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent dd2d308 commit 819624f
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: 94b12d9ea555851632deee1c2b06c4f281a45e12
refs/heads/master: 986ce4510b37ba684aaebd3eb0e6ee0c03906ed8
2 changes: 1 addition & 1 deletion trunk/drivers/staging/go7007/s2250-board.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static int write_reg(struct i2c_client *client, u8 reg, u8 value)
struct go7007 *go = i2c_get_adapdata(client->adapter);
struct go7007_usb *usb;
int rc;
int dev_addr = client->addr;
int dev_addr = client->addr << 1; /* firmware wants 8-bit address */
u8 *buf;

if (go == NULL)
Expand Down

0 comments on commit 819624f

Please sign in to comment.