]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: s1d13xxxfb: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 17 Sep 2013 05:10:19 +0000 (14:10 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 20 Sep 2013 09:23:10 +0000 (12:23 +0300)
commit772ee6daf19554e72a2ac268b36a9abc9e3bff0f
tree9769f788fdca17869f7096c6c60113319824a4fa
parent3b2633fb1b8da59f0a160da7110a666b3e44b500
video: s1d13xxxfb: 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>
Acked-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/s1d13xxxfb.c