drm: Branch 'master'

[email protected] (Andrey Grodzovsky) Fri, 15 Dec 2017 18:35:54 +0000 (UTC)
Newsgroups gmane.comp.video.dri.patches
Message-ID <[email protected]>
 tests/amdgpu/vcn_tests.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 4f8e426884a51b6786459ea2505f1ce82a13a87c
Author: Andrey Grodzovsky <[email protected]>
Date:   Fri Dec 15 13:21:02 2017 -0500

    tests/amdgpu: Add return CUE_SUCCESS to suite_vcn_tests_clean.
    
        fixes: 806d0803600000faecb4025d8e9c7490cb097c25 (amdgpu: Use new suite/test disabling functionality.)
        bug: https://bugs.freedesktop.org/show_bug.cgi?id=104280
    
    Signed-off-by: Andrey Grodzovsky <[email protected]>
    Reviewed-by: Christian König <[email protected]>

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)
 	r = amdgpu_device_deinitialize(device_handle);
 	if (r)
 		return CUE_SCLEAN_FAILED;
+
+	return CUE_SUCCESS;
 }
 
 static int submit(unsigned ndw, unsigned ip)

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

--
_______________________________________________
Dri-patches mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-patches