alistair23-linux/drivers/crypto/inside-secure
Antoine Tenart e5c8ee1f7c crypto: inside-secure - initialize first_rdesc to make GCC happy
In the cipher safexcel_send_req function, GCC warns that
first_rdesc may be used uninitialized. While this should never
happen, this patch removes the warning by initializing this
variable to NULL to make GCC happy.

This was reported by the kbuild test robot.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-07-20 13:51:22 +08:00
..
Makefile crypto: inside-secure - add SafeXcel EIP197 crypto engine driver 2017-06-10 12:04:21 +08:00
safexcel.c crypto: inside-secure - switch to SPDX identifiers 2018-07-20 13:51:22 +08:00
safexcel.h crypto: inside-secure - switch to SPDX identifiers 2018-07-20 13:51:22 +08:00
safexcel_cipher.c crypto: inside-secure - initialize first_rdesc to make GCC happy 2018-07-20 13:51:22 +08:00
safexcel_hash.c crypto: inside-secure - switch to SPDX identifiers 2018-07-20 13:51:22 +08:00
safexcel_ring.c crypto: inside-secure - switch to SPDX identifiers 2018-07-20 13:51:22 +08:00