]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: mbxfb: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 17 Sep 2013 05:09:37 +0000 (14:09 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 20 Sep 2013 09:22:03 +0000 (12:22 +0300)
commit3b2633fb1b8da59f0a160da7110a666b3e44b500
tree9c79bf523c4c131b6e4f4668cc36cacd7cb224d5
parent1c8034c7f0a3b53bb27b0faa9a6e3f88da0322ea
video: mbxfb: 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/mbx/mbxfb.c