nouveau: Fix warning in nouveau_mem.c
authorMaarten Maathuis <madman2003@gmail.com>
Wed, 23 Jan 2008 15:40:19 +0000 (16:40 +0100)
committerMaarten Maathuis <madman2003@gmail.com>
Wed, 23 Jan 2008 15:40:19 +0000 (16:40 +0100)
shared-core/nouveau_mem.c

index 80540a5..f4e641b 100644 (file)
@@ -619,7 +619,7 @@ alloc_ok:
                block->map_handle = entry->user_token;
        }
 
-       DRM_DEBUG("allocated %d bytes at 0x%x type=0x%08x\n", block->size, block->start, block->flags);
+       DRM_DEBUG("allocated %lld bytes at 0x%llx type=0x%08x\n", block->size, block->start, block->flags);
        return block;
 }