extcon: extcon_gpio: Replace gpio_request_one by devm_gpio_request_one
authorAxel Lin <axel.lin@gmail.com>
Tue, 24 Jul 2012 01:26:57 +0000 (09:26 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 17:29:08 +0000 (10:29 -0700)
commit7b7e995d69199b555181ac057c47b017c510a129
treef0fc913c03f94b1cc99ec6812772544d52efbbce
parentaf7f2158fdee9d7f55b793b09f8170a3391f889a
extcon: extcon_gpio: Replace gpio_request_one by devm_gpio_request_one

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 <axel.lin@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/extcon/extcon_gpio.c