diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-06-16 07:55:18 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-19 03:30:42 +0400 |
commit | 3f1dc550b069e9fbfe375844f3c76f2cdd12f05c (patch) | |
tree | 60754688ed95d17951b901913381949d6a037620 /drivers/base | |
parent | 155cb06c89f13af3e3e6bd520b9c62762f532d7b (diff) | |
download | linux-3f1dc550b069e9fbfe375844f3c76f2cdd12f05c.tar.xz |
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>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions