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