util: remove LIST_IS_EMPTY macro
[mesa.git] / src / gallium / drivers / freedreno / freedreno_query_acc.c
index dd8665e0ca6513a09cc693843a00d524b7b131c3..49c71c4b6446dae3417dbb0cd6b6bbf3837268b3 100644 (file)
@@ -123,7 +123,7 @@ fd_acc_get_query_result(struct fd_context *ctx, struct fd_query *q,
 
        DBG("%p: wait=%d, active=%d", q, wait, q->active);
 
 
        DBG("%p: wait=%d, active=%d", q, wait, q->active);
 
-       assert(LIST_IS_EMPTY(&aq->node));
+       assert(list_is_empty(&aq->node));
 
        /* if !wait, then check the last sample (the one most likely to
         * not be ready yet) and bail if it is not ready:
 
        /* if !wait, then check the last sample (the one most likely to
         * not be ready yet) and bail if it is not ready: