Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272431
b: refs/heads/master
c: 9550d4d
h: refs/heads/master
i:
  272429: 2586352
  272427: a7d3e05
  272423: 2135a89
  272415: 4be6788
v: v3
  • Loading branch information
Andy Green authored and Ben Dooks committed Oct 29, 2011
1 parent 3f28b9f commit b9c7876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3be0053ee1a8bfb68de82716ae784f75e1610d60
refs/heads/master: 9550d4d7ab9aff125d3f7d48d3e97c093d19bdbe
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1093,8 +1093,8 @@ omap_i2c_probe(struct platform_device *pdev)
goto err_unuse_clocks;
}

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

omap_i2c_idle(dev);

Expand Down

0 comments on commit b9c7876

Please sign in to comment.