aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-08-20 14:54:13 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 12:40:25 +1000
commite37f543370b86de9eefd86896adb171b7c45a451 (patch)
treee333b34508e74f54e8dcb2a279a074d4fb6af7a6 /drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c
parentdrm/nouveau/cipher: switch to subdev printk macros (diff)
downloadlinux-dev-e37f543370b86de9eefd86896adb171b7c45a451.tar.xz
linux-dev-e37f543370b86de9eefd86896adb171b7c45a451.zip
drm/nouveau/device: switch to dev_printk macros
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c
index a2627ec67c11..3c97dba02fc4 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/nv50.c
@@ -470,7 +470,6 @@ nv50_identify(struct nvkm_device *device)
device->oclass[NVDEV_ENGINE_PM ] = gt215_pm_oclass;
break;
default:
- nv_fatal(device, "unknown Tesla chipset\n");
return -EINVAL;
}