summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_mm.c
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-04-27 13:08:25 +0200
committerMarek Olšák <maraeo@gmail.com>2011-04-27 13:16:35 +0200
commit7e5953fca219ae472f3a933fc93c9e6bb61f7a49 (patch)
treea9f58ac611eb8bc27d2b876d39dd3ff933f1dedd /src/gallium/drivers/nouveau/nouveau_mm.c
parent31200d0688b67a0d764ad7fe4c2761d0f8d993d8 (diff)
gallium/nouveau: fix printf warnings
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_mm.c')
-rw-r--r--src/gallium/drivers/nouveau/nouveau_mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_mm.c b/src/gallium/drivers/nouveau/nouveau_mm.c
index 7edeb4d21d6..6c6d28c17f6 100644
--- a/src/gallium/drivers/nouveau/nouveau_mm.c
+++ b/src/gallium/drivers/nouveau/nouveau_mm.c
@@ -143,7 +143,7 @@ mm_slab_new(struct nouveau_mman *cache, int chunk_order)
cache->allocated += size;
- debug_printf("MM: new slab, total memory = %lu KiB\n",
+ debug_printf("MM: new slab, total memory = %llu KiB\n",
cache->allocated / 1024);
return PIPE_OK;