Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56807
b: refs/heads/master
c: 6a7ce82
h: refs/heads/master
i:
  56805: 0d4403e
  56803: b8a7b3e
  56799: fcc502b
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed May 22, 2007
1 parent 3c26197 commit f582fe9
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: de81d2aaebc8e5e5167cb93f674c57705898e45e
refs/heads/master: 6a7ce82f02e8ce7391e40018749d93762abf6ee0
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-tiny-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static int i2c_tiny_usb_probe(struct usb_interface *interface,
dev->adapter.class = I2C_CLASS_HWMON;
dev->adapter.algo = &usb_algorithm;
dev->adapter.algo_data = dev;
snprintf(dev->adapter.name, I2C_NAME_SIZE,
snprintf(dev->adapter.name, sizeof(dev->adapter.name),
"i2c-tiny-usb at bus %03d device %03d",
dev->usb_dev->bus->busnum, dev->usb_dev->devnum);

Expand Down

0 comments on commit f582fe9

Please sign in to comment.