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

2016-12-07 Thread Abdiel Janulgue
On 12/07/2016 08:36 AM, Tomeu Vizoso wrote: > So that debug logs contain the unexpected value. > > Signed-off-by: Tomeu Vizoso Reviewed-by: Abdiel Janulgue > --- > lib/igt_kms.c | 2 +- > 1 file changed, 1 insertion(+), 1

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

2016-12-06 Thread Tomeu Vizoso
So that debug logs contain the unexpected value. Signed-off-by: Tomeu Vizoso --- 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 +++