summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/igt_kms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index 20ba5353..112bdf7d 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -1404,7 +1404,7 @@ void igt_display_init(igt_display_t *display, int drm_fd)
pipe->n_planes = n_planes;
/* make sure we don't overflow the plane array */
- igt_assert(pipe->n_planes <= IGT_MAX_PLANES);
+ igt_assert_lte(pipe->n_planes, IGT_MAX_PLANES);
}
/*