In the Linux kernel, the following vulnerability has been resolved:
ath11k: add missing ofnodeput() to avoid leak
The node pointer is returned by offindnodebytype() or ofparsephandle() with refcount incremented. Calling ofnodeput() to aovid the refcount leak.