video: omapfb: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 17 Sep 2013 04:58:58 +0000 (13:58 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 20 Sep 2013 09:22:01 +0000 (12:22 +0300)
commitdffb3b47baf472c538c85c22fdce78cbed786536
treee4b19eafe8410ab154f0835c6667278358e1f76a
parentcd7c7f6c3c6d0800e1096aa6d1bf36271c48f8ff
video: omapfb: use dev_get_platdata()

Use the wrapper function for retrieving the platform data instead of
accessing dev->platform_data directly. This is a cosmetic change
to make the code simpler and enhance the readability.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap/hwa742.c
drivers/video/omap/omapfb_main.c