forked from luck/tmp_suning_uos_patched
493ceca327
[ Upstream commit 80192eff64eee9b3bc0594a47381937b94b9d65a ]
of_find_matching_node_and_match() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not need anymore.
Add missing of_node_put() to avoid refcount leak.
Fixes:
|
||
---|---|---|
.. | ||
arm-versatile-reboot.c | ||
as3722-poweroff.c | ||
at91-poweroff.c | ||
at91-reset.c | ||
at91-sama5d2_shdwc.c | ||
axxia-reset.c | ||
brcm-kona-reset.c | ||
brcmstb-reboot.c | ||
gemini-poweroff.c | ||
gpio-poweroff.c | ||
gpio-restart.c | ||
hisi-reboot.c | ||
Kconfig | ||
keystone-reset.c | ||
linkstation-poweroff.c | ||
ltc2952-poweroff.c | ||
Makefile | ||
msm-poweroff.c | ||
mt6323-poweroff.c | ||
nvmem-reboot-mode.c | ||
ocelot-reset.c | ||
oxnas-restart.c | ||
piix4-poweroff.c | ||
qcom-pon.c | ||
qnap-poweroff.c | ||
reboot-mode.c | ||
restart-poweroff.c | ||
rmobile-reset.c | ||
sc27xx-poweroff.c | ||
st-poweroff.c | ||
syscon-poweroff.c | ||
syscon-reboot-mode.c | ||
syscon-reboot.c | ||
vexpress-poweroff.c | ||
xgene-reboot.c | ||
zx-reboot.c |