summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv44.c
diff options
context:
space:
mode:
authorBen Skeggs2015-08-20 06:54:12 +0200
committerBen Skeggs2015-08-28 04:40:23 +0200
commit85ae830f5ac177244892b934953106d11cd5a679 (patch)
tree902b7e1a7f4078da4f1b70fcaeb2f39997fb601e /drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv44.c
parentdrm/nouveau/mc: switch to subdev printk macros (diff)
downloadkernel-qcow2-linux-85ae830f5ac177244892b934953106d11cd5a679.tar.gz
kernel-qcow2-linux-85ae830f5ac177244892b934953106d11cd5a679.tar.xz
kernel-qcow2-linux-85ae830f5ac177244892b934953106d11cd5a679.zip
drm/nouveau/mmu: switch to subdev printk macros
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv44.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv44.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv44.c b/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv44.c
index 64203abaaee7..76e1a657dfc9 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv44.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv44.c
@@ -187,7 +187,7 @@ nv44_mmu_ctor(struct nvkm_object *parent, struct nvkm_object *engine,
mmu->nullp = pci_alloc_consistent(device->pdev, 16 * 1024, &mmu->null);
if (!mmu->nullp) {
- nv_warn(mmu, "unable to allocate dummy pages\n");
+ nvkm_warn(&mmu->base.subdev, "unable to allocate dummy pages\n");
mmu->null = 0;
}