OSDN Git Service

video: sa1100fb: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 17 Sep 2013 05:02:24 +0000 (14:02 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 20 Sep 2013 09:22:02 +0000 (12:22 +0300)
commit50144243c264cdb98f340856fa2e0bbd859ed320
treefaa74ab8a69d649cd287b024e960ddb26c18b68c
parent1df86cdaee3acc9b7e72855870eccaecbff336e6
video: sa1100fb: 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/sa1100fb.c