mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 07:48:02 +02:00
nouveau: fix warning.
This commit is contained in:
parent
8d3cb7e472
commit
811e43f9e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue