In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clkput() in the error handling paths of tegradcrgbprobe() If clkgetsys(..., "plld2out0") fails, the clkgetsys() call must be undone. Add the missing clkput and a new 'putplldout0' label in the error handling path, and use it.