Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366875
b: refs/heads/master
c: 02745f6
h: refs/heads/master
i:
  366873: febf165
  366871: 0582374
v: v3
  • Loading branch information
Wei Yongjun authored and Mauro Carvalho Chehab committed Mar 26, 2013
1 parent 4c0e28b commit dd5ecb2
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: 0170a39b69ae65fffb40bd162730e3de2b87c835
refs/heads/master: 02745f63443c08b9b82ab2d654a0f5fc3699e586
2 changes: 1 addition & 1 deletion trunk/drivers/staging/media/go7007/go7007-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ static int go7007_usb_i2c_master_xfer(struct i2c_adapter *adapter,
buf, buf_len, 0) < 0)
goto i2c_done;
if (msgs[i].flags & I2C_M_RD) {
memset(buf, 0, sizeof(buf));
memset(buf, 0, msgs[i].len + 1);
if (go7007_usb_vendor_request(go, 0x25, 0, 0, buf,
msgs[i].len + 1, 1) < 0)
goto i2c_done;
Expand Down

0 comments on commit dd5ecb2

Please sign in to comment.