]> git.baikalelectronics.ru Git - kernel.git/commit
extcon: gpio: Use devm_extcon_dev_register()
authorSangjung Woo <sangjung.woo@samsung.com>
Mon, 21 Apr 2014 10:10:10 +0000 (19:10 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 24 Apr 2014 10:37:03 +0000 (19:37 +0900)
commit72054c53a2025b370507f37a9c02da2e45390b11
treedaf8d12fd907198089ef7ca145f2cdfa40f7295f
parent6fae5a3860ba91641d4ca729b20085ba11ed4bac
extcon: gpio: Use devm_extcon_dev_register()

Use the resource-managed extcon device register function (i.e.
devm_extcon_dev_register()) instead of extcon_dev_register(). If extcon device
is attached with this function, that extcon device is automatically unregistered
on driver detach. That reduces tiresome managing code.

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