OMAPDSS: DSI: use dsi_get_dsidev_id(dsidev) instead of dsidev->id
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 10 Jan 2012 09:26:52 +0000 (11:26 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 11 May 2012 11:44:50 +0000 (14:44 +0300)
The DSI driver uses dsi_get_dsidev_id() to get the ID number for the DSI
instance. However, there were a few places where dsidev->id was used
instead of the function. Fix those places to use the function.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found