summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_dac.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-11-21 15:02:47 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-11-29 09:56:36 +1000
commit9da49599a70eceac405287f34485ed57fe035393 (patch)
tree204a295710952d40ea24e136146a8ccf198aa485 /drivers/gpu/drm/nouveau/nv50_dac.c
parentd432a2db7df5d089bb022d8cbb30f6d6dc785039 (diff)
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_dac.c')
-rw-r--r--drivers/gpu/drm/nouveau/nv50_dac.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_dac.c b/drivers/gpu/drm/nouveau/nv50_dac.c
index 6a30a174857..de964e84c74 100644
--- a/drivers/gpu/drm/nouveau/nv50_dac.c
+++ b/drivers/gpu/drm/nouveau/nv50_dac.c
@@ -279,13 +279,10 @@ static void
nv50_dac_destroy(struct drm_encoder *encoder)
{
struct nouveau_encoder *nv_encoder = nouveau_encoder(encoder);
- struct nouveau_drm *drm = nouveau_drm(encoder->dev);
if (!encoder)
return;
- NV_DEBUG(drm, "\n");
-
drm_encoder_cleanup(encoder);
kfree(nv_encoder);
}