commit | 703677d9345d87d7288ed8a2483ca424af7d4b3b | [log] [tgz] |
---|---|---|
author | xinhui pan <xinhui.pan@amd.com> | Tue Aug 31 13:49:59 2021 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Aug 31 14:20:08 2021 -0400 |
tree | 86eb106eab5cbc693e7020b1ec45b76670843dbe | |
parent | f7d6779df642720e22bffd449e683bb8690bd3bf [diff] |
drm/amdgpu: Fix a deadlock if previous GEM object allocation fails Fall through to handle the error instead of return. Fixes: f8aab60422c37 ("drm/amdgpu: Initialise drm_gem_object_funcs for imported BOs") Cc: stable@vger.kernel.org Signed-off-by: xinhui pan <xinhui.pan@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>