On 12/07/2016 08:36 AM, Tomeu Vizoso wrote:
> So that debug logs contain the unexpected value.
> 
> Signed-off-by: Tomeu Vizoso <[email protected]>

Reviewed-by: Abdiel Janulgue <[email protected]>

> ---
>  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);    \
>  }
>  
>  
> 
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to