]> git.baikalelectronics.ru Git - kernel.git/commit
extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leak
authorAxel Lin <axel.lin@gmail.com>
Sat, 16 Jun 2012 03:55:18 +0000 (11:55 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Jun 2012 23:40:17 +0000 (16:40 -0700)
commitc7c82d166abc39a47bacf041d45a33f899d1d807
tree1bb06ba00bd9014f091b2debb1fe49cf57e52622
parent146f16868783b977154bbb72249e110e8da93f45
extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leak

Add missing platform_set_drvdata() in gpio_extcon_probe(), otherwise calling
platform_get_drvdata in gpio_extcon_remove() returns NULL.

Also add missing free_irq call in gpio_extcon_remove().

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/extcon/extcon_gpio.c