]> git.itanic.dy.fi Git - linux-stable/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)
commitc4e90650ff0cbf123ec9cfc32026fa0fb2931658
treed0599caa47a2918b45697297667eb283cc914c86
parentce05ffe10457bda487fa049016a6ba79934bdece
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