Re: [Mesa-dev] [PATCH] llvmpipe: Fix assertions with assignment instead of comparison.

2013-03-23 Thread Roland Scheidegger
Am 23.03.2013 20:29, schrieb Vinson Lee: > Fixes assign instead of compare defects reported by Coverity. > > Signed-off-by: Vinson Lee > --- > src/gallium/drivers/llvmpipe/lp_state_fs.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/gallium/drivers/llvmpipe/lp_

[Mesa-dev] [PATCH] llvmpipe: Fix assertions with assignment instead of comparison.

2013-03-23 Thread Vinson Lee
Fixes assign instead of compare defects reported by Coverity. Signed-off-by: Vinson Lee --- src/gallium/drivers/llvmpipe/lp_state_fs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c