2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-18 18:23:53 +08:00
linux-next/drivers/extcon
Axel Lin 3f1dc550b0 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>
2012-06-18 16:30:42 -07:00
..
extcon_class.c Extcon: Don't try to create duplicate link names 2012-06-14 17:20:09 -07:00
extcon_gpio.c extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leak 2012-06-18 16:30:42 -07:00
extcon-max8997.c extcon: Fix wrong index in max8997_extcon_cable[] 2012-06-18 16:30:42 -07:00
Kconfig
Makefile