]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/migrate: Fix an error path
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 10 Sep 2025 16:09:39 +0000 (18:09 +0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 13 Oct 2025 20:03:08 +0000 (13:03 -0700)
commit1117e7d1e8e66bf7e40291178b829a8513f83a7a
tree644c2be8cad0f66ad3cb3aed7362e672658c18b6
parentd30203739be798d3de5c84db3060e96f00c54e82
drm/xe/migrate: Fix an error path

The exhaustive eviction accidently changed an error path goto to
a return. Fix this.

Fixes: 59eabff2a352 ("drm/xe: Convert xe_bo_create_pin_map() for exhaustive eviction")
Cc: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Francois Dugast <francois.dugast@intel.com>
Link: https://lore.kernel.org/r/20250910160939.103473-1-thomas.hellstrom@linux.intel.com
(cherry picked from commit 381f1ed15159c4b3f00dd37cc70924dedebeb111)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_migrate.c