Re: [PATCH] extcon: extcon_gpio: Replace gpio_request_one by devm_gpio_request_one

2012-07-24 Thread Chanwoo Choi
On 07/24/2012 10:26 AM, Axel Lin wrote: > commit 01eaf24 "extcon: Convert extcon_gpio to devm_gpio_request_one" > missed the replacement for devm_gpio_request_one. fix it. > > Signed-off-by: Axel Lin > --- > drivers/extcon/extcon_gpio.c |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(

[PATCH] extcon: extcon_gpio: Replace gpio_request_one by devm_gpio_request_one

2012-07-23 Thread Axel Lin
commit 01eaf24 "extcon: Convert extcon_gpio to devm_gpio_request_one" missed the replacement for devm_gpio_request_one. fix it. Signed-off-by: Axel Lin --- drivers/extcon/extcon_gpio.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/extcon/extcon_gpio.c b/drivers