Re: [lng-odp] [PATCH 2/3] test: validation: classification: unused variable

2015-08-14 Thread Bala Manoharan
I agree with Bill. retval should be tested for success in this case. Regards, Bala On 14 August 2015 at 01:24, Bill Fischofer bill.fischo...@linaro.org wrote: On Thu, Aug 13, 2015 at 2:04 PM, Mike Holmes mike.hol...@linaro.org wrote: retval is not used, remove it Signed-off-by: Mike

Re: [lng-odp] [PATCH 2/3] test: validation: classification: unused variable

2015-08-14 Thread Mike Holmes
Thanks will generate additional tests On 14 August 2015 at 02:23, Bala Manoharan bala.manoha...@linaro.org wrote: I agree with Bill. retval should be tested for success in this case. Regards, Bala On 14 August 2015 at 01:24, Bill Fischofer bill.fischo...@linaro.org wrote: On Thu, Aug

[lng-odp] [PATCH 2/3] test: validation: classification: unused variable

2015-08-13 Thread Mike Holmes
retval is not used, remove it Signed-off-by: Mike Holmes mike.hol...@linaro.org --- test/validation/classification/odp_classification_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/validation/classification/odp_classification_tests.c

Re: [lng-odp] [PATCH 2/3] test: validation: classification: unused variable

2015-08-13 Thread Bill Fischofer
On Thu, Aug 13, 2015 at 2:04 PM, Mike Holmes mike.hol...@linaro.org wrote: retval is not used, remove it Signed-off-by: Mike Holmes mike.hol...@linaro.org --- test/validation/classification/odp_classification_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git