commit | 2c8e3f44f708a89a2c73a25a134af8c23998a2bc | [log] [tgz] |
---|---|---|
author | Rui Miguel Silva <rmfrfs@gmail.com> | Fri May 12 21:16:13 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon May 15 11:37:26 2017 +0200 |
tree | 182bcf796cf8c75c6035c3a45965c5d698f9198a | |
parent | 050161ea3268ad72d276bc2c327e9654048a82b2 [diff] |
staging: typec: fusb302: do not free gpio from managed resource When allocating a gpio using the managed resource devm_, we can avoid freeing it manually. But even if we did it we should use devm_gpio_free. So, just remove the free of the gpio in the error path. Signed-off-by: Rui Miguel Silva <rmfrfs@gmail.com> Acked-by: Yueyao Zhu <yueyao.zhu@gmail.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>