1
0

drm/nouveau: report channel owner in error messages

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Este cometimento está contido em:
Marcin Slusarz
2012-12-09 23:00:34 +01:00
cometido por Ben Skeggs
ascendente a2896cede0
cometimento 93260d3c02
18 ficheiros modificados com 200 adições e 108 eliminações

Ver ficheiro

@@ -58,7 +58,8 @@ nouveau_channel_idle(struct nouveau_channel *chan)
}
if (ret)
NV_ERROR(cli, "failed to idle channel 0x%08x\n", chan->handle);
NV_ERROR(cli, "failed to idle channel 0x%08x [%s]\n",
chan->handle, cli->base.name);
return ret;
}