Re: [PATCH] crypto: qat: remove unused vairable.

2016-05-13 Thread Herbert Xu
On Wed, May 11, 2016 at 01:21:29PM -0700, Tadeusz Struk wrote: > On 05/11/2016 12:28 PM, Muhammad Falak R Wani wrote: > > Remove the unused variable ret, and return 0 explicitly. > > Thanks for the patch. In this case it will be even better > to change the adf_ctl_stop_devices() to a void

Re: [PATCH] crypto: qat: remove unused vairable.

2016-05-13 Thread Herbert Xu
On Wed, May 11, 2016 at 01:21:29PM -0700, Tadeusz Struk wrote: > On 05/11/2016 12:28 PM, Muhammad Falak R Wani wrote: > > Remove the unused variable ret, and return 0 explicitly. > > Thanks for the patch. In this case it will be even better > to change the adf_ctl_stop_devices() to a void

Re: [PATCH] crypto: qat: remove unused vairable.

2016-05-11 Thread Tadeusz Struk
On 05/11/2016 12:28 PM, Muhammad Falak R Wani wrote: > Remove the unused variable ret, and return 0 explicitly. Thanks for the patch. In this case it will be even better to change the adf_ctl_stop_devices() to a void function. ---8<--- Subject: [PATCH] crypto: qat - change the

Re: [PATCH] crypto: qat: remove unused vairable.

2016-05-11 Thread Tadeusz Struk
On 05/11/2016 12:28 PM, Muhammad Falak R Wani wrote: > Remove the unused variable ret, and return 0 explicitly. Thanks for the patch. In this case it will be even better to change the adf_ctl_stop_devices() to a void function. ---8<--- Subject: [PATCH] crypto: qat - change the

[PATCH] crypto: qat: remove unused vairable.

2016-05-11 Thread Muhammad Falak R Wani
Remove the unused variable ret, and return 0 explicitly. Signed-off-by: Muhammad Falak R Wani --- drivers/crypto/qat/qat_common/adf_ctl_drv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/crypto/qat/qat_common/adf_ctl_drv.c

[PATCH] crypto: qat: remove unused vairable.

2016-05-11 Thread Muhammad Falak R Wani
Remove the unused variable ret, and return 0 explicitly. Signed-off-by: Muhammad Falak R Wani --- drivers/crypto/qat/qat_common/adf_ctl_drv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/crypto/qat/qat_common/adf_ctl_drv.c