Re: [PATCH] crypto: qat - remove superfluous check from adf_probe

2015-11-17 Thread Herbert Xu
On Thu, Oct 22, 2015 at 03:23:12PM +0100, Salvatore Benedetto wrote: > - ent->device is already checked at the beginning of the function >against the same value. This check is a duplicate. > > Signed-off-by: Salvatore Benedetto Patch applied. Thanks. --

[PATCH] crypto: qat - remove superfluous check from adf_probe

2015-10-22 Thread Salvatore Benedetto
- ent->device is already checked at the beginning of the function against the same value. This check is a duplicate. Signed-off-by: Salvatore Benedetto --- drivers/crypto/qat/qat_dh895xcc/adf_drv.c | 8 +--- drivers/crypto/qat/qat_dh895xccvf/adf_drv.c |