In the Linux kernel, the following vulnerability has been resolved:
ASoC: codecs: wcd934x: Add missing ofnodeput() in wcd934xcodecparse_data
The devicenode pointer is returned by ofparsephandle() with refcount incremented. We should use ofnodeput() on it when done. This is similar to commit 64b92de9603f ("ASoC: wcd9335: fix a leaked reference by adding missing ofnode_put")