2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 18:53:52 +08:00
linux-next/drivers/extcon
Axel Lin 96c9f05b39 extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove()
extcon_dev_unregister(info->edev) doest not free info->edev, we need to call
kfree(info->edev) here.

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: max8997: Add missing kfree for info->edev in max8997_muic_remove() 2012-06-18 16:30:42 -07:00
Kconfig
Makefile