Re: [PATCH V2] extcon: use dev_get_platdata()

2013-09-10 Thread Chanwoo Choi
On 09/11/2013 12:08 PM, Jingoo Han wrote: > 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 > --- > Changes since v2: > - s

[PATCH V2] extcon: 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 --- Changes since v2: - squashed 3 patches into a single patch drivers/extcon/ext