diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2008-03-30 14:50:41 +0200 |
---|---|---|
committer | Maarten Maathuis <madman2003@gmail.com> | 2008-03-30 14:50:41 +0200 |
commit | cf3c0123a038a825d478fa10e29cd7490bab369e (patch) | |
tree | cd27c132430dacdebfad7625a2bdf3c5baf4417a /shared-core | |
parent | 68b83a88135cd236be220dafde65c877e396eb0d (diff) |
nouveau: forgot to add a break
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/nv50_graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |