[PATCH 1/3] extcon: adc-jack: use dev_get_platdata()

2013-09-10 Thread Jingoo Han
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 --- drivers/extcon/extcon-adc-jack.c |2 +- 1 file changed, 1 insertion(+), 1

[PATCH 1/3] extcon: adc-jack: use dev_get_platdata()

2013-09-10 Thread Jingoo Han
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@samsung.com --- drivers/extcon/extcon-adc-jack.c |2 +- 1 file changed,