|
@@ -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);
|
|
|
|