In the Linux kernel, the following vulnerability has been resolved:
regulator: pfuze100: Fix refcount leak in pfuzeparseregulators_dt
ofnodeget() returns a node with refcount incremented. Calling ofnodeput() to drop the reference when not needed anymore.