Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/linux-dma...
[cascardo/linux.git] / drivers / gpu / drm / nouveau / core / core / mm.c
index bfddf87..4d62064 100644 (file)
@@ -236,7 +236,7 @@ nouveau_mm_fini(struct nouveau_mm *mm)
        int nodes = 0;
 
        list_for_each_entry(node, &mm->nodes, nl_entry) {
-               if (nodes++ == mm->heap_nodes)
+               if (WARN_ON(nodes++ == mm->heap_nodes))
                        return -EBUSY;
        }