[AMD Official Use Only]

You can just drop the whole line.

Alex

________________________________
From: amd-gfx <[email protected]> on behalf of majun 
<[email protected]>
Sent: Wednesday, January 19, 2022 7:57 AM
To: [email protected] <[email protected]>
Subject: [PATCH] amd/amdkfd:Fix the return value in kfd_process_queue_manager

Change the return value of set_queue_properties_from_criu()

Signed-off-by: majun <[email protected]>
Change-Id: I11362eb76eee84e64c5207c24a2b78141f62e63a
---
 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 
b/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
index ec62897914da..f70e972d1d33 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
@@ -826,7 +826,7 @@ static void set_queue_properties_from_criu(struct 
queue_properties *qp,
         qp->type = q_data->type;
         qp->format = q_data->format;

-       return 0;
+       return;
 }


--
2.25.1

Reply via email to