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