video: imxfb: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 17 Sep 2013 05:08:58 +0000 (14:08 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 20 Sep 2013 09:22:03 +0000 (12:22 +0300)
commit1c8034c7f0a3b53bb27b0faa9a6e3f88da0322ea
treeb2da323e941635fc5dc7fe6e41029a65604a6983
parente09f398e534944146245a7fab7f642e9247b104a
video: imxfb: 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/imxfb.c