mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-25 03:32:52 +00: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-meson8.c | ||
| pinctrl-meson8b.c | ||
| pinctrl-meson-gxbb.c | ||
| pinctrl-meson.c | ||
| pinctrl-meson.h | ||