commit | b120a3c286520ca465c54e8afa442be10560053b | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyj.lk@gmail.com> | Tue Jul 26 14:52:57 2016 +0000 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Aug 10 15:45:54 2016 +0200 |
tree | 43a04f4d04a18212d041c97f86abc569cc556ced | |
parent | 5b236d0fde21d88351420ef0b9a6cb7aeeea0c54 [diff] |
pinctrl: pistachio: Drop pinctrl_unregister for devm_ registered device It's not necessary to unregister pin controller device registered with devm_pinctrl_register() and using pinctrl_unregister() leads to a double free. This is detected by Coccinelle semantic patch. Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>