commit | 140c94da3c3338c0ff4cc127cf9bec87905ca83c | [log] [tgz] |
---|---|---|
author | Grazvydas Ignotas <notasas@gmail.com> | Mon Oct 03 00:06:45 2016 +0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Oct 06 12:39:03 2016 -0400 |
tree | fed35db11162890e83ca70eb22593070a8781330 | |
parent | 8a2eef1dbc85273c57d6f2cf73e5d7c97b1a25f4 [diff] |
drm/amdgpu/dce11: add missing drm_mode_config_cleanup call All other amdgpu/dce_v* files have this call, it's only mysteriously missing from dce_v11_0.c since the file was added and causes leaks. Fixes: aaa36a976bbb ("drm/amdgpu: Add initial VI support") Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org