Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53258
b: refs/heads/master
c: 7c17549
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Jean Delvare committed May 1, 2007
1 parent 0eb6670 commit ea53d58
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: d24ecfcc3953f9c3b833508cd839be614a3f3c64
refs/heads/master: 7c175499822ba34ba60f32e4995fcc16c007d308
3 changes: 2 additions & 1 deletion trunk/drivers/i2c/busses/i2c-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,8 @@ omap_i2c_probe(struct platform_device *pdev)
adap->dev.parent = &pdev->dev;

/* i2c device drivers may be active on return from add_adapter() */
r = i2c_add_adapter(adap);
adap->nr = pdev->id;
r = i2c_add_numbered_adapter(adap);
if (r) {
dev_err(dev->dev, "failure adding adapter\n");
goto err_free_irq;
Expand Down

0 comments on commit ea53d58

Please sign in to comment.