nouveau: Fix warning in nouveau_mem.c

main
Maarten Maathuis 2008-01-23 16:40:19 +01:00
parent c57f43e3a2
commit 7c726086dd
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ alloc_ok:
block->map_handle = entry->user_token; 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; return block;
} }