From cf3c0123a038a825d478fa10e29cd7490bab369e Mon Sep 17 00:00:00 2001 From: Maarten Maathuis Date: Sun, 30 Mar 2008 14:50:41 +0200 Subject: [PATCH] nouveau: forgot to add a break --- shared-core/nv50_graph.c | 1 + 1 file changed, 1 insertion(+) diff --git a/shared-core/nv50_graph.c b/shared-core/nv50_graph.c index 264f3c8a..17649ba0 100644 --- a/shared-core/nv50_graph.c +++ b/shared-core/nv50_graph.c @@ -968,6 +968,7 @@ nv50_graph_create_context(struct nouveau_channel *chan) DRM_ERROR("Error hacking up initial context: %d\n", ret); return ret; } + break; } INSTANCE_WR(chan->ramin_grctx->gpuobj, 0x00000/4, -- 2.11.0