mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
drm/xe/migrate: Fix an error path
The exhaustive eviction accidently changed an error path goto to a return. Fix this. Fixes:59eabff2a3("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 commit381f1ed151) Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
This commit is contained in:
parent
d30203739b
commit
1117e7d1e8
|
|
@ -434,7 +434,7 @@ int xe_migrate_init(struct xe_migrate *m)
|
|||
|
||||
err = xe_migrate_lock_prepare_vm(tile, m, vm);
|
||||
if (err)
|
||||
return err;
|
||||
goto err_out;
|
||||
|
||||
if (xe->info.has_usm) {
|
||||
struct xe_hw_engine *hwe = xe_gt_hw_engine(primary_gt,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user