In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Fix missing ofnodeput in mt2701wm8960machineprobe This node pointer is returned by ofparsephandle() with refcount incremented in this function. Calling ofnode_put() to avoid the refcount leak.