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)
commite23d83b0c92bbe30d1fe9d5c0b972e50c6593946
tree9f0890f9896ed7e2c0391f67c5a56d22c5b011b1
parent958f2717b84e88bf833d996997fda8f73276f2af
OMAPDSS: DSI: use dsi_get_dsidev_id(dsidev) instead of dsidev->id

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>
drivers/video/omap2/dss/dsi.c