Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172369
b: refs/heads/master
c: 7e2193a
h: refs/heads/master
i:
  172367: e33d192
v: v3
  • Loading branch information
Jean Delvare committed Dec 6, 2009
1 parent c2a6595 commit 08d297b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9669f54194b4df34c96478d696d9ba2b977545f5
refs/heads/master: 7e2193a8f942a80eef4ae87e3850615450966d0a
3 changes: 3 additions & 0 deletions trunk/drivers/i2c/busses/i2c-i801.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,9 @@ static int __devinit i801_probe(struct pci_dev *dev, const struct pci_device_id
/* set up the sysfs linkage to our parent device */
i801_adapter.dev.parent = &dev->dev;

/* Retry up to 3 times on lost arbitration */
i801_adapter.retries = 3;

snprintf(i801_adapter.name, sizeof(i801_adapter.name),
"SMBus I801 adapter at %04lx", i801_smba);
err = i2c_add_adapter(&i801_adapter);
Expand Down

0 comments on commit 08d297b

Please sign in to comment.