summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvc0_graph.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-12-29 03:41:20 +0300
committerBen Skeggs <bskeggs@redhat.com>2010-12-29 03:51:34 +0300
commit93d0cd7b9e4855c12b3bb5c9367872476c78fef9 (patch)
treeff2b6e9bdbc60fa2c3e4cd8847a4605d70cbc4dc /drivers/gpu/drm/nouveau/nvc0_graph.c
parentb1cd916ab96e5fcd16e2009410af2e8edfae2962 (diff)
downloadlinux-93d0cd7b9e4855c12b3bb5c9367872476c78fef9.tar.xz
drm/nvc0: nuke left-over debug messages
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvc0_graph.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvc0_graph.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_graph.c b/drivers/gpu/drm/nouveau/nvc0_graph.c
index f03c17a10ab9..c28bc7b04d27 100644
--- a/drivers/gpu/drm/nouveau/nvc0_graph.c
+++ b/drivers/gpu/drm/nouveau/nvc0_graph.c
@@ -244,7 +244,6 @@ nvc0_graph_load_context(struct nouveau_channel *chan)
if (!nv_wait(dev, 0x409800, 0x00000010, 0x00000010))
NV_ERROR(dev, "PGRAPH: load_ctx timeout\n");
- printk(KERN_ERR "load_ctx 0x%08x\n", nv_rd32(dev, 0x409b00));
return 0;
}