diff options
author | Jeremy Kolb <jkolb@brandeis.edu> | 2007-10-14 10:56:17 -0400 |
---|---|---|
committer | Jeremy Kolb <jkolb@brandeis.edu> | 2007-10-14 10:56:17 -0400 |
commit | 811e43f9e27abdf4c8a4b36c7c287e53134fc950 (patch) | |
tree | ff2a6ef840fd6ff2da7c38c5bd6936917b2dd5a1 | |
parent | 8d3cb7e472ceb31a28de3acc19176e3a2d2995b1 (diff) |
nouveau: fix warning.
-rw-r--r-- | shared-core/nouveau_mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_mem.c b/shared-core/nouveau_mem.c index dbfba351..e2f0b38d 100644 --- a/shared-core/nouveau_mem.c +++ b/shared-core/nouveau_mem.c @@ -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, |