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