OSDN Git Service

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