In the Linux kernel, the following vulnerability has been resolved:
usb: renesas: Fix refcount leak bug
In usbhsrza1hardwareinit(), offindnodebyname() will return a node pointer with refcount incremented. We should use ofnode_put() when it is not used anymore.