]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: crypto4xx - avoid VLA use
authorChristian Lamparter <chunkeey@gmail.com>
Thu, 19 Apr 2018 16:41:53 +0000 (18:41 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 28 Apr 2018 08:09:41 +0000 (16:09 +0800)
commit944c916b9476e2af9da42c2a79b46873445fe083
treed0599caa47a2918b45697297667eb283cc914c86
parent41397edf2b34cac9dc72d87845203912f38057fd
crypto: crypto4xx - avoid VLA use

This patch fixes some of the -Wvla warnings.

crypto4xx_alg.c:83:19: warning: Variable length array is used.
crypto4xx_alg.c:273:56: warning: Variable length array is used.
crypto4xx_alg.c:380:32: warning: Variable length array is used.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/amcc/crypto4xx_alg.c