nouveau: fix warning.

This commit is contained in:
Jeremy Kolb 2007-10-14 10:56:17 -04:00
parent 8d3cb7e472
commit 811e43f9e2

View file

@ -430,7 +430,7 @@ int nouveau_mem_init(struct drm_device *dev)
sgreq.size = 16 << 20; //16MB of PCI scatter-gather zone
if (drm_sg_alloc(dev, &sgreq)) {
DRM_ERROR("Unable to allocate %dMB of scatter-gather"
DRM_ERROR("Unable to allocate %ldMB of scatter-gather"
" pages for PCI DMA!",sgreq.size>>20);
} else {
if (nouveau_mem_init_heap(&dev_priv->pci_heap, 0,