summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/device/nv30.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/nv30.c
parent65850a3b407b065f4b0db0264796d2981feb85aa (diff)
downloadop-kernel-dev-e37f543370b86de9eefd86896adb171b7c45a451.zip
op-kernel-dev-e37f543370b86de9eefd86896adb171b7c45a451.tar.gz
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/nv30.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/device/nv30.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/nv30.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/nv30.c
index dda0962..ea17397 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/nv30.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/nv30.c
@@ -145,7 +145,6 @@ nv30_identify(struct nvkm_device *device)
device->oclass[NVDEV_ENGINE_DISP ] = nv04_disp_oclass;
break;
default:
- nv_fatal(device, "unknown Rankine chipset\n");
return -EINVAL;
}
OpenPOWER on IntegriCloud