Input: use dev_get_platdata()
authorJingoo Han <jg1.han@samsung.com>
Fri, 6 Dec 2013 03:21:10 +0000 (19:21 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 6 Dec 2013 10:06:29 +0000 (02:06 -0800)
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>
Acked-by: Fugang Duan <B38611@freescale.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

No differences found