]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: ep93xx-fb: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 17 Sep 2013 05:08:14 +0000 (14:08 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 20 Sep 2013 09:22:02 +0000 (12:22 +0300)
commite09f398e534944146245a7fab7f642e9247b104a
treed6d292be5c908a5de19c5e39c2c847c114135383
parent700601d28039bd01d26cb2328d11140ae8c53fd2
video: ep93xx-fb: 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/ep93xx-fb.c