commit | e23d83b0c92bbe30d1fe9d5c0b972e50c6593946 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Jan 10 11:26:52 2012 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri May 11 14:44:50 2012 +0300 |
tree | 9f0890f9896ed7e2c0391f67c5a56d22c5b011b1 | |
parent | 958f2717b84e88bf833d996997fda8f73276f2af [diff] |
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>