drm/ttm: Fix a memory leak
authorxinhui pan <xinhui.pan@amd.com>
Fri, 19 Feb 2021 04:25:47 +0000 (12:25 +0800)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 25 Feb 2021 09:18:45 +0000 (10:18 +0100)
commit7a8a4b0729a8807e37196e44629b31ee03f88872
treeebaac8e4d6eb7715aa93a2a93851edb066184b46
parent583065c7aa23d4bb0c298222c1128353a2007c9c
drm/ttm: Fix a memory leak

Free the memory on failure.
Also no need to re-alloc memory on retry.

Signed-off-by: xinhui pan <xinhui.pan@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210219042547.44855-1-xinhui.pan@amd.com
Reviewed-by: Christian König <christian.koenig@amd.com>
CC: stable@vger.kernel.org # 5.11
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/ttm/ttm_bo.c