commit | fc783341f0e65a28d95cba8d6998bf90304017c5 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Mon Oct 24 14:51:22 2016 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 01 08:37:11 2016 +0800 |
tree | ff66462f218ce07dbef0ded112735f013da45ef9 | |
parent | 2cc751545854d7bd7eedf4d7e377bb52e176cd07 [diff] |
crypto: atmel - drop pointless static qualifier in atmel_aes_probe() There is no need to have the 'struct atmel_aes_dev *aes_dd' variable static since new value always be assigned before use it. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>