Merge branch 'drm-core-next' into drm-linus
[linux-2.6-block.git] / drivers / gpu / drm / drm_mm.c
index 97dc5a4f0de42604463ac99a7a161c33b2d3550f..1f0d717dbad6dbc5f48b4be6f0c4bb632e2d63c4 100644 (file)
@@ -395,7 +395,7 @@ int drm_mm_dump_table(struct seq_file *m, struct drm_mm *mm)
                else
                        total_used += entry->size;
        }
-       seq_printf(m, "total: %d, used %d free %d\n", total, total_free, total_used);
+       seq_printf(m, "total: %d, used %d free %d\n", total, total_used, total_free);
        return 0;
 }
 EXPORT_SYMBOL(drm_mm_dump_table);