Re: [Mesa-dev] [PATCH] radeon/uvd: remove unused variables

2015-08-18 Thread Christian König
On 18.08.2015 14:09, Grazvydas Ignotas wrote: On Tue, Aug 18, 2015 at 11:30 AM, Christian König wrote: On 18.08.2015 01:51, Grazvydas Ignotas wrote: Recent commits introduced new unused variable warnings, fix them. Reviewed-by: Christian König Do you have commit access? No, it's only my 5

Re: [Mesa-dev] [PATCH] radeon/uvd: remove unused variables

2015-08-18 Thread Grazvydas Ignotas
On Tue, Aug 18, 2015 at 11:30 AM, Christian König wrote: > On 18.08.2015 01:51, Grazvydas Ignotas wrote: >> >> Recent commits introduced new unused variable warnings, fix them. > > > Reviewed-by: Christian König > > Do you have commit access? No, it's only my 5th mesa patch :) Gražvydas __

Re: [Mesa-dev] [PATCH] radeon/uvd: remove unused variables

2015-08-18 Thread Christian König
On 18.08.2015 01:51, Grazvydas Ignotas wrote: Recent commits introduced new unused variable warnings, fix them. Reviewed-by: Christian König Do you have commit access? Regards, Christian. --- src/gallium/drivers/radeon/radeon_uvd.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(

[Mesa-dev] [PATCH] radeon/uvd: remove unused variables

2015-08-17 Thread Grazvydas Ignotas
Recent commits introduced new unused variable warnings, fix them. --- src/gallium/drivers/radeon/radeon_uvd.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gallium/drivers/radeon/radeon_uvd.c b/src/gallium/drivers/radeon/radeon_uvd.c index 16ee541..81f3f45 100644 ---