[Nouveau] [PATCH] drm/nouveau: drop redundant channel handle and owner info from nv_channel_idle
Marcin Slusarz
marcin.slusarz at gmail.com
Tue Mar 5 10:57:10 PST 2013
before: "nouveau E[X[3162]] failed to idle channel 0xcccc0000 [X[3162]]"
after: "nouveau E[X[3162]] failed to idle channel: -16"
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
---
drivers/gpu/drm/nouveau/nouveau_chan.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_chan.c b/drivers/gpu/drm/nouveau/nouveau_chan.c
index eaa80a2..c8be059 100644
--- a/drivers/gpu/drm/nouveau/nouveau_chan.c
+++ b/drivers/gpu/drm/nouveau/nouveau_chan.c
@@ -58,8 +58,7 @@ nouveau_channel_idle(struct nouveau_channel *chan)
}
if (ret)
- NV_ERROR(cli, "failed to idle channel 0x%08x [%s]\n",
- chan->handle, cli->base.name);
+ NV_ERROR(cli, "failed to idle channel: %d\n", ret);
return ret;
}
--
1.8.1.4
More information about the Nouveau
mailing list