commit | 607523d19c9d67ba4cf7bdaced644f11ed04992c | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Fri Mar 10 12:13:04 2017 +1000 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Mar 10 14:27:14 2017 -0500 |
tree | 588220e79cb0bdd265d9601841cb6cc173d6fe0c | |
parent | d8a8ed9758241e138933c67e40db2db2790eca19 [diff] |
drm/amdgpu: fix parser init error path to avoid crash in parser fini If we don't reset the chunk info in the error path, the subsequent fini path will double free. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>