In the Linux kernel, the following vulnerability has been resolved:
ASoC: imx-hdmi: Fix refcount leak in imxhdmiprobe
offinddevicebynode() takes reference, we should use putdevice() to release it. when devmkzalloc() fails, it doesn't have a putdevice(), it will cause refcount leak. Add missing putdevice() to fix this.