In the Linux kernel, the following vulnerability has been resolved:
rtc: gamecube: Fix refcount leak in gamecubertcreadoffsetfrom_sram
The offindcompatiblenode() function returns a node pointer with refcount incremented, We should use ofnodeput() on it when done Add the missing ofnode_put() to release the refcount.