Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58818
b: refs/heads/master
c: 757ba4c
h: refs/heads/master
v: v3
  • Loading branch information
Martin Michlmayr authored and Jean Delvare committed Jul 12, 2007
1 parent 6effeec commit e8281dc
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7375cd822d600b4e8b83cbc025422e4267bf5fac
refs/heads/master: 757ba4c697244da878b65585d8cb671da1cb9eaf
3 changes: 2 additions & 1 deletion trunk/drivers/i2c/busses/i2c-iop3xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ iop3xx_i2c_probe(struct platform_device *pdev)
new_adapter->id = I2C_HW_IOP3XX;
new_adapter->owner = THIS_MODULE;
new_adapter->dev.parent = &pdev->dev;
new_adapter->nr = pdev->id;

/*
* Default values...should these come in from board code?
Expand All @@ -508,7 +509,7 @@ iop3xx_i2c_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, new_adapter);
new_adapter->algo_data = adapter_data;

i2c_add_adapter(new_adapter);
i2c_add_numbered_adapter(new_adapter);

return 0;

Expand Down

0 comments on commit e8281dc

Please sign in to comment.