Re: [PATCH v5 1/2] staging: ccree: removed some hard-coded array indices.

2018-01-15 Thread Greg KH
On Thu, Jan 11, 2018 at 08:36:58AM +, Jeremy Sowden wrote: > Replaced hard-coded indices used during initialization of array elements > with a variable which is incremented once initialization of each element > is complete. Why? What does this help out with? confused, greg k-h

[PATCH v5 1/2] staging: ccree: removed some hard-coded array indices.

2018-01-11 Thread Jeremy Sowden
Replaced hard-coded indices used during initialization of array elements with a variable which is incremented once initialization of each element is complete. Signed-off-by: Jeremy Sowden --- drivers/staging/ccree/cc_aead.c | 48 +++-- 1