In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: omap4-common: Fix refcount leak bug In omap4sraminit(), offindcompatiblenode() will return a node pointer with refcount incremented. We should use ofnode_put() when it is not used anymore.