Re: [PATCH] crypto: replace scatterwalk_sg_next with sg_next

2015-01-25 Thread Herbert Xu
On Tue, Jan 20, 2015 at 10:06:16AM +0200, Cristian Stoica wrote: > Modify crypto drivers to use the generic SG helper since > both of them are equivalent and the one from crypto is redundant. > > See also: > 468577abe37ff7b453a9ac613e0ea155349203ae reverted in >

Re: [PATCH] crypto: replace scatterwalk_sg_next with sg_next

2015-01-25 Thread Herbert Xu
On Tue, Jan 20, 2015 at 10:06:16AM +0200, Cristian Stoica wrote: Modify crypto drivers to use the generic SG helper since both of them are equivalent and the one from crypto is redundant. See also: 468577abe37ff7b453a9ac613e0ea155349203ae reverted in

[PATCH] crypto: replace scatterwalk_sg_next with sg_next

2015-01-20 Thread Cristian Stoica
Modify crypto drivers to use the generic SG helper since both of them are equivalent and the one from crypto is redundant. See also: 468577abe37ff7b453a9ac613e0ea155349203ae reverted in b2ab4a57b018aafbba35bff088218f5cc3d2142e Signed-off-by: Cristian Stoica --- crypto/ablkcipher.c

[PATCH] crypto: replace scatterwalk_sg_next with sg_next

2015-01-20 Thread Cristian Stoica
Modify crypto drivers to use the generic SG helper since both of them are equivalent and the one from crypto is redundant. See also: 468577abe37ff7b453a9ac613e0ea155349203ae reverted in b2ab4a57b018aafbba35bff088218f5cc3d2142e Signed-off-by: Cristian Stoica cristian.sto...@freescale.com