diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2015-08-20 07:54:13 +0300 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2015-08-28 05:40:25 +0300 |
commit | e37f543370b86de9eefd86896adb171b7c45a451 (patch) | |
tree | e333b34508e74f54e8dcb2a279a074d4fb6af7a6 /drivers/gpu/drm/nouveau/nvkm/engine/device/nv30.c | |
parent | 65850a3b407b065f4b0db0264796d2981feb85aa (diff) | |
download | linux-e37f543370b86de9eefd86896adb171b7c45a451.tar.xz |
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.c | 1 |
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 dda09621e898..ea1739739e5f 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; } |