mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-11-02 09:30:30 +10:00
of_irq_find_parent() returns a node pointer with refcount incremented,
We should use of_node_put() on it when not needed anymore.
Add missing of_node_put() to avoid refcount leak.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| pinctrl-stm32.c | ||
| pinctrl-stm32.h | ||
| pinctrl-stm32f429.c | ||
| pinctrl-stm32f469.c | ||
| pinctrl-stm32f746.c | ||
| pinctrl-stm32f769.c | ||
| pinctrl-stm32h743.c | ||
| pinctrl-stm32mp135.c | ||
| pinctrl-stm32mp157.c | ||