]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: s3c2410: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 17 Sep 2013 05:01:38 +0000 (14:01 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 20 Sep 2013 09:22:02 +0000 (12:22 +0300)
commit1df86cdaee3acc9b7e72855870eccaecbff336e6
tree238ea595571de0f54ef2eb7768c47b2efccfaf58
parent22313679b86c2073b0a570f6e5685b2e0edbf9df
video: s3c2410: 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/s3c2410fb.c