rsvd1 is u64 here.

Signed-off-by: Matthew Auld <[email protected]>
Cc: Andrzej Hajda <[email protected]>
Cc: Nirmoy Das <[email protected]>
---
 tests/i915/i915_query.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/i915/i915_query.c b/tests/i915/i915_query.c
index 2744421c..b92d7593 100644
--- a/tests/i915/i915_query.c
+++ b/tests/i915/i915_query.c
@@ -588,7 +588,7 @@ static void test_query_regions_garbage_items(int fd)
                 * rsvd1[1] : unallocated_cpu_visible_size
                 */
                for (j = 2; j < ARRAY_SIZE(info.rsvd1); j++)
-                       igt_assert_eq_u32(info.rsvd1[j], 0);
+                       igt_assert_eq_u64(info.rsvd1[j], 0);
        }
 
        /* Bogus; kernel is meant to set this */
-- 
2.37.3

Reply via email to