nv40: oops
[mesa.git] / src / gallium / drivers / nv40 / nv40_miptree.c
index 215b91fcd08003aea34daa9482bd2b812f9ba630..502edc16298f926155997d37e5e77684e6fcf4e2 100644 (file)
@@ -49,7 +49,6 @@ nv40_miptree_layout(struct nv40_miptree *nv40mt)
                        offset += nv40mt->level[l].pitch * pt->height[l];
                }
        }
-       NOUVEAU_ERR("\n");
 
        nv40mt->total_size = offset;
 }