]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: simplefb: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 17 Sep 2013 05:11:04 +0000 (14:11 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 20 Sep 2013 09:23:21 +0000 (12:23 +0300)
commit129f1be4b9357aec87cbc6d25a75a04b1d8c3a72
tree38a191e2a30e170f6354e765fddaf0f3040bcdc4
parent8b4c7e5da29b48381d3855a7b5cd656a58c6154c
video: simplefb: 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/simplefb.c