video: atmel_lcdfb: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 17 Sep 2013 05:06:39 +0000 (14:06 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 20 Sep 2013 09:22:00 +0000 (12:22 +0300)
commita5d58be0796ac93d18a6dde5a14fafee0b73eb0d
treea042c7a18a2d5a753813f086412eee49772f5fea
parent42ddb453a0cd07569e728dbf3e9109cf3ae03e26
video: atmel_lcdfb: 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.

Also, unnecessary casting from return value that is a void pointer
is removed.

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