commit | cf3bd1a0f53eae790a83af445c7795b4ce2e1a9b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Jul 08 16:23:21 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Jul 08 17:33:28 2019 +0100 |
tree | a6867eefad957c7254cde41905ccdb13a9a2f502 | |
parent | 77adbd8fbf3a10e149a76abee6384a4968ed318e [diff] |
drm/i915/selftests: Reorder error cleanup for whitelist checking Reorder the error paths so that we unwind all the locals from any error path and so avoid setting off divers alarum in case we find an error in case we find an error. References: https://bugs.freedesktop.org/show_bug.cgi?id=111048 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190708152321.22187-1-chris@chris-wilson.co.uk