Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333397
b: refs/heads/master
c: c5d3cd6
h: refs/heads/master
i:
  333395: 996534d
v: v3
  • Loading branch information
Florian Vaussard authored and Wolfram Sang committed Sep 12, 2012
1 parent 99b9115 commit 83903af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 0bdfe0cb803dce699ff337c35d8e97ac355fa417
refs/heads/master: c5d3cd6dc2dc106ca9fcc8cb6587754ee6cfc86e
6 changes: 3 additions & 3 deletions trunk/drivers/i2c/busses/i2c-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1175,9 +1175,6 @@ omap_i2c_probe(struct platform_device *pdev)
goto err_unuse_clocks;
}

dev_info(dev->dev, "bus %d rev%d.%d.%d at %d kHz\n", pdev->id,
dev->dtrev, dev->rev >> 4, dev->rev & 0xf, dev->speed);

adap = &dev->adapter;
i2c_set_adapdata(adap, dev);
adap->owner = THIS_MODULE;
Expand All @@ -1195,6 +1192,9 @@ omap_i2c_probe(struct platform_device *pdev)
goto err_unuse_clocks;
}

dev_info(dev->dev, "bus %d rev%d.%d.%d at %d kHz\n", adap->nr,
dev->dtrev, dev->rev >> 4, dev->rev & 0xf, dev->speed);

of_i2c_register_devices(adap);

pm_runtime_mark_last_busy(dev->dev);
Expand Down

0 comments on commit 83903af

Please sign in to comment.