diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2015-05-04 12:26:00 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2015-05-29 10:56:37 +1000 |
commit | 595debeccd6fa77fc73cce471fae274a97ceb692 (patch) | |
tree | 26c043dd5b9cd864047b1784a092d32c3653ce7f | |
parent | 5ecb79cc3794bcca08a38c7e7c408c3ec53714c2 (diff) | |
download | nouveau-595debeccd6fa77fc73cce471fae274a97ceb692.tar.gz |
gr/gm204: remove a stray printk
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-rw-r--r-- | drm/nouveau/nvkm/engine/gr/gm204.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drm/nouveau/nvkm/engine/gr/gm204.c b/drm/nouveau/nvkm/engine/gr/gm204.c index 2f5eadd12..fdb1dcf16 100644 --- a/drm/nouveau/nvkm/engine/gr/gm204.c +++ b/drm/nouveau/nvkm/engine/gr/gm204.c @@ -329,7 +329,6 @@ gm204_gr_init(struct nvkm_object *object) nv_mask(priv, 0x419cc0, 0x00000008, 0x00000008); for (gpc = 0; gpc < priv->gpc_nr; gpc++) { - printk(KERN_ERR "ppc %d %d\n", gpc, priv->ppc_nr[gpc]); for (ppc = 0; ppc < priv->ppc_nr[gpc]; ppc++) nv_wr32(priv, PPC_UNIT(gpc, ppc, 0x038), 0xc0000000); nv_wr32(priv, GPC_UNIT(gpc, 0x0420), 0xc0000000); |