mirror of
https://github.com/torvalds/linux.git
synced 2026-05-20 12:57:52 +02:00
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.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| pinctrl-meson-gxbb.c | ||
| pinctrl-meson.c | ||
| pinctrl-meson.h | ||
| pinctrl-meson8.c | ||
| pinctrl-meson8b.c | ||