Re: [PATCH] crypto: ccp - Clean up the LSB slot allocation code

2016-10-24 Thread Herbert Xu
On Tue, Oct 18, 2016 at 05:33:37PM -0500, Gary R Hook wrote: > Fix a few problems revealed by testing: verify consistent > units, especially in public slot allocation. Percolate > some common initialization code up to a common routine. > Add some comments. > > Signed-off-by: Gary R Hook Patch ap

[PATCH] crypto: ccp - Clean up the LSB slot allocation code

2016-10-18 Thread Gary R Hook
Fix a few problems revealed by testing: verify consistent units, especially in public slot allocation. Percolate some common initialization code up to a common routine. Add some comments. Signed-off-by: Gary R Hook --- drivers/crypto/ccp/ccp-dev-v3.c |4 drivers/crypto/ccp/ccp-dev-v5.c