In the Linux kernel, the following vulnerability has been resolved:
usb: host: ohci-ppc-of: Fix refcount leak bug
In ohcihcdppcofprobe(), offindcompatiblenode() will return a node pointer with refcount incremented. We should use ofnode_put() when it is not used anymore.