extcon: gpio: Use resource managed function for request_irq
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 25 Sep 2015 13:40:51 +0000 (22:40 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 30 Sep 2015 10:22:49 +0000 (19:22 +0900)
commitae59f3a21fbe4b9ef3a9a09deabd2b0afb80942d
treee8edd93e82f27940fdcb08dd809d48d502285757
parente9844b2cafd7b78486400f9b6cf3188e9a527312
extcon: gpio: Use resource managed function for request_irq

This patch uses the resource managed function for registering
interrupt.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-gpio.c