Mesa (master): nv50: Remove redundant assignment.

Vinson Lee vlee at kemper.freedesktop.org
Sat Apr 17 21:50:20 UTC 2010


Module: Mesa
Branch: master
Commit: c5e4a6dc9d78a8372a2f49ded5d7360e42c51488
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5e4a6dc9d78a8372a2f49ded5d7360e42c51488

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Apr 17 14:49:40 2010 -0700

nv50: Remove redundant assignment.

---

 src/gallium/drivers/nv50/nv50_state_validate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/nv50/nv50_state_validate.c b/src/gallium/drivers/nv50/nv50_state_validate.c
index a4deb56..5cac3a2 100644
--- a/src/gallium/drivers/nv50/nv50_state_validate.c
+++ b/src/gallium/drivers/nv50/nv50_state_validate.c
@@ -237,7 +237,7 @@ static struct nouveau_stateobj *
 validate_stencil_ref(struct nv50_context *nv50)
 {
 	struct nouveau_grobj *tesla = nv50->screen->tesla;
-	struct nouveau_stateobj *so = so = so_new(2, 2, 0);
+	struct nouveau_stateobj *so = so_new(2, 2, 0);
 
 	so_method(so, tesla, NV50TCL_STENCIL_FRONT_FUNC_REF, 1);
 	so_data  (so, nv50->stencil_ref.ref_value[0]);




More information about the mesa-commit mailing list