diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_display.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv50_display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c index 61fc682accdd..03152add9baa 100644 --- a/drivers/gpu/drm/nouveau/nv50_display.c +++ b/drivers/gpu/drm/nouveau/nv50_display.c | |||
@@ -284,7 +284,7 @@ evo_wait(void *evoc, int nr) | |||
284 | nv_wo32(dmac->base.user, 0x0000, 0x00000000); | 284 | nv_wo32(dmac->base.user, 0x0000, 0x00000000); |
285 | if (!nv_wait(dmac->base.user, 0x0004, ~0, 0x00000000)) { | 285 | if (!nv_wait(dmac->base.user, 0x0004, ~0, 0x00000000)) { |
286 | mutex_unlock(&dmac->lock); | 286 | mutex_unlock(&dmac->lock); |
287 | NV_ERROR(dmac->base.user, "channel stalled\n"); | 287 | nv_error(dmac->base.user, "channel stalled\n"); |
288 | return NULL; | 288 | return NULL; |
289 | } | 289 | } |
290 | 290 | ||