In the Linux kernel, the following vulnerability has been resolved:
ata: pataocteoncf: Fix refcount leak in octeoncfprobe
offinddevicebynode() takes reference, we should use putdevice() to release it when not need anymore. Add missing putdevice() to avoid refcount leak.