aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/amdgpu/vcn_tests.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/amdgpu/vcn_tests.c b/tests/amdgpu/vcn_tests.c
index 53a2d08e..9224bc37 100644
--- a/tests/amdgpu/vcn_tests.c
+++ b/tests/amdgpu/vcn_tests.c
@@ -144,6 +144,8 @@ int suite_vcn_tests_clean(void)
144 r = amdgpu_device_deinitialize(device_handle); 144 r = amdgpu_device_deinitialize(device_handle);
145 if (r) 145 if (r)
146 return CUE_SCLEAN_FAILED; 146 return CUE_SCLEAN_FAILED;
147
148 return CUE_SUCCESS;
147} 149}
148 150
149static int submit(unsigned ndw, unsigned ip) 151static int submit(unsigned ndw, unsigned ip)