mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-18 20:57:25 +00:00
drm/amdkfd: Fix return value 0 when execute_queues_cpsch fails
Signed-off-by: Yong Zhao <yong.zhao@amd.com> Reviewed-by: Oak Zeng <oak.zeng@amd.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
This commit is contained in:
parent
9be712ef46
commit
9e8272240b
1 changed files with 1 additions and 1 deletions
|
|
@ -1033,7 +1033,7 @@ static int destroy_queue_cpsch(struct device_queue_manager *dqm,
|
||||||
|
|
||||||
mutex_unlock(&dqm->lock);
|
mutex_unlock(&dqm->lock);
|
||||||
|
|
||||||
return 0;
|
return retval;
|
||||||
|
|
||||||
failed:
|
failed:
|
||||||
failed_try_destroy_debugged_queue:
|
failed_try_destroy_debugged_queue:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue