[Intel-gfx] [PATCH i-g-t] lib: Use igt_assert_eq in CHECK_RETURN

Tomeu Vizoso tomeu.vizoso at collabora.com
Wed Dec 7 06:36:38 UTC 2016


So that debug logs contain the unexpected value.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
---
 lib/igt_kms.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index 989704e14803..1e30ddcc5373 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -1681,7 +1681,7 @@ static uint32_t igt_plane_get_fb_gem_handle(igt_plane_t *plane)
 #define CHECK_RETURN(r, fail) {	\
 	if (r && !fail)		\
 		return r;	\
-	igt_assert(r == 0);	\
+	igt_assert_eq(r, 0);	\
 }
 
 
-- 
2.7.4



More information about the Intel-gfx mailing list