In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount leak in mesonencoderhdmiinit offinddevicebynode() takes reference, we should use putdevice() to release it when not need anymore. Add missing put_device() in error path to avoid refcount leak.