9
0
Fork 0

i2c-omap: fix reported revison

Report correct major and minor revision
Signed-off-by: Jan Weitzel <j.weitzel@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jan Weitzel 2013-10-07 15:18:07 +02:00 committed by Sascha Hauer
parent 6e30646fa2
commit 0abb8a6c2a
1 changed files with 1 additions and 1 deletions

View File

@ -1078,7 +1078,7 @@ i2c_omap_probe(struct device_d *pdev)
omap_i2c_init(i2c_omap);
dev_info(pdev, "bus %d rev%d.%d at %d kHz\n",
pdev->id, i2c_omap->rev >> 4, i2c_omap->rev & 0xf, i2c_omap->speed);
pdev->id, major, minor, i2c_omap->speed);
omap_i2c_idle(i2c_omap);