commit | 3f1dc550b069e9fbfe375844f3c76f2cdd12f05c | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Sat Jun 16 11:55:18 2012 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 18 16:30:42 2012 -0700 |
tree | 60754688ed95d17951b901913381949d6a037620 | |
parent | 155cb06c89f13af3e3e6bd520b9c62762f532d7b [diff] |
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>