crypto: hisilicon/qm - delete redundant null assignment operations
authorKai Ye <yekai13@huawei.com>
Sat, 12 Nov 2022 02:12:50 +0000 (02:12 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 18 Nov 2022 08:59:34 +0000 (16:59 +0800)
commit7bbbc9d81be588ae4fb28b5b202e4421dbfef197
tree600623951dcd91bad9748aa44afa817c00c13949
parente6cb02bd0a52457e486a752da5db7b67f2540c16
crypto: hisilicon/qm - delete redundant null assignment operations

There is no security data in the pointer. It is only a value transferred
as a structure. It makes no sense to zero a variable that is on the stack.
So not need to set the pointer to null.

Signed-off-by: Kai Ye <yekai13@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/qm.c