Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357203
b: refs/heads/master
c: 8fe392b
h: refs/heads/master
i:
  357201: c00bc4a
  357199: f2d5191
v: v3
  • Loading branch information
Ezequiel Garcia authored and Mauro Carvalho Chehab committed Dec 27, 2012
1 parent c5e3c45 commit 43dc6e2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3724dde9c8c9f55c31ce8c7f8f2645733d6a59ac
refs/heads/master: 8fe392b8fdb93ced86e1661bff91af95ee234cf9
3 changes: 1 addition & 2 deletions trunk/drivers/media/usb/usbvision/usbvision-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ int usbvision_i2c_register(struct usb_usbvision *usbvision)
if (usbvision->registered_i2c)
return 0;

memcpy(&usbvision->i2c_adap, &i2c_adap_template,
sizeof(struct i2c_adapter));
usbvision->i2c_adap = i2c_adap_template;

sprintf(usbvision->i2c_adap.name, "%s-%d-%s", i2c_adap_template.name,
usbvision->dev->bus->busnum, usbvision->dev->devpath);
Expand Down

0 comments on commit 43dc6e2

Please sign in to comment.