On 9/15/2016 5:37 PM, SF Markus Elfring wrote: > From: Markus Elfring <elfr...@users.sourceforge.net> > Date: Thu, 15 Sep 2016 16:27:23 +0200 > > Some update suggestions were taken into account > from static source code analysis. > > Markus Elfring (6): > Use kmalloc_array() in ahash_setkey() > Rename jump labels in ahash_setkey() > Rename a jump label in five functions > Return a value directly in caam_hash_cra_init() > Delete an unnecessary initialisation in seven functions > Move common error handling code in two functions > > drivers/crypto/caam/caamhash.c | 111 > +++++++++++++++++++---------------------- > 1 file changed, 52 insertions(+), 59 deletions(-) > Thanks Markus!
For patches 2-6: Reviewed-by: Horia Geantă <horia.gea...@nxp.com> though headline prefix should be changed to "crypto: caam -" Horia