So that debug logs contain the unexpected value.

Signed-off-by: Tomeu Vizoso <tomeu.viz...@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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to