summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nv50_display.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-11-21 05:02:47 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2012-11-28 23:56:36 (GMT)
commit9da49599a70eceac405287f34485ed57fe035393 (patch)
tree204a295710952d40ea24e136146a8ccf198aa485 /drivers/gpu/drm/nouveau/nv50_display.c
parentd432a2db7df5d089bb022d8cbb30f6d6dc785039 (diff)
downloadlinux-fsl-qoriq-9da49599a70eceac405287f34485ed57fe035393.tar.xz
drm/nouveau: remove newline-only NV_DEBUG calls
This used to output the function name, now doesn't, so just looks stupid. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_display.c')
-rw-r--r--drivers/gpu/drm/nouveau/nv50_display.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c
index f97b42c..9c849e5 100644
--- a/drivers/gpu/drm/nouveau/nv50_display.c
+++ b/drivers/gpu/drm/nouveau/nv50_display.c
@@ -122,8 +122,6 @@ nv50_display_init(struct drm_device *dev)
int ret, i;
u32 val;
- NV_DEBUG(drm, "\n");
-
nv_wr32(device, 0x00610184, nv_rd32(device, 0x00614004));
/*
@@ -239,8 +237,6 @@ nv50_display_fini(struct drm_device *dev)
struct drm_crtc *drm_crtc;
int ret, i;
- NV_DEBUG(drm, "\n");
-
list_for_each_entry(drm_crtc, &dev->mode_config.crtc_list, head) {
struct nouveau_crtc *crtc = nouveau_crtc(drm_crtc);
@@ -307,8 +303,6 @@ nv50_display_create(struct drm_device *dev)
struct nv50_display *priv;
int ret, i;
- NV_DEBUG(drm, "\n");
-
priv = kzalloc(sizeof(*priv), GFP_KERNEL);
if (!priv)
return -ENOMEM;