commit | 123f01a0c989905a1cef6c1397a022eb321474d8 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Nov 13 21:38:35 2020 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Fri Nov 13 21:38:35 2020 +0100 |
tree | 2f214f9c8918a1e34b61fa72016316b602e6ae47 | |
parent | 41f71629b4c432f8dd47d70ace813be5f79d4d75 [diff] |
drm/tegra: output: Do not put OF node twice The original patch for commit 3d2e7aec7013 ("drm/tegra: output: Don't leak OF node on error") contained this hunk, but it was accidentally dropped during conflict resolution. This causes use-after-free errors on devices that use an I2C controller for HDMI DDC/CI on Tegra210 and later. Fixes: 3d2e7aec7013 ("drm/tegra: output: Don't leak OF node on error") Signed-off-by: Thierry Reding <treding@nvidia.com>