commit | e599f01f44a77578c43530b027886933d9d2bb5b | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Feb 28 13:58:33 2020 +0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Mar 05 00:27:06 2020 -0500 |
tree | 7eeb199ec986456ffc44260ef619be2504f42a29 | |
parent | c94279345379c4102c8c5b34f9480ccb3fe09ed2 [diff] |
drm/amd/display: Fix dmub_psr_destroy() This is freeing the wrong variable so it will crash. It should be freeing "*dmub" instead of "dmub". Fixes: 4c1a1335dfe0 ("drm/amd/display: Driverside changes to support PSR in DMCUB") Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>