]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: nuc900fb: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 17 Sep 2013 04:58:33 +0000 (13:58 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 20 Sep 2013 09:22:01 +0000 (12:22 +0300)
commitcd7c7f6c3c6d0800e1096aa6d1bf36271c48f8ff
tree0770bce0c60b807f32eb60e835d903ffcc1b7cd6
parent521fdb7c4d05ab48fcbfe3d7eac169e305c88118
video: nuc900fb: 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/nuc900fb.c