]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit02055c414bfee12ea8d9d8b0a52d932905035535
treef0fc913c03f94b1cc99ec6812772544d52efbbce
parentf0e274161439bcf9e3f0a754293173f900da1112
extcon: extcon_gpio: Replace gpio_request_one by devm_gpio_request_one

commit f3c15e6 "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