Re: [PATCH 1/2] extcon: int3496: Use gpiod_get instead of gpiod_get_index

2017-03-12 Thread Chanwoo Choi
Hi, On 2017년 03월 11일 05:52, Hans de Goede wrote: > Now that we've an acpi mapping table we should be using gpiod_get > instead of gpiod_get_index. > > Cc: Andy Shevchenko > Signed-off-by: Hans de Goede > --- > drivers/extcon/extcon-intel-int3496.c | 12 +++- > 1 file changed, 3 inserti

Re: [PATCH 1/2] extcon: int3496: Use gpiod_get instead of gpiod_get_index

2017-03-10 Thread Andy Shevchenko
On Fri, Mar 10, 2017 at 10:52 PM, Hans de Goede wrote: > Now that we've an acpi mapping table we should be using gpiod_get > instead of gpiod_get_index. Reviewed-by: Andy Shevchenko Chanwoo, this patch is essentially needed since I missed the change in my latest patch in extcon. > Cc: Andy Sh

[PATCH 1/2] extcon: int3496: Use gpiod_get instead of gpiod_get_index

2017-03-10 Thread Hans de Goede
Now that we've an acpi mapping table we should be using gpiod_get instead of gpiod_get_index. Cc: Andy Shevchenko Signed-off-by: Hans de Goede --- drivers/extcon/extcon-intel-int3496.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/drivers/extcon/extcon-intel-i