commit | eaf05e829f389d172ca7e553f22d49d104b6861c | [log] [tgz] |
---|---|---|
author | Neal Liu <neal_liu@aspeedtech.com> | Fri Feb 03 11:35:12 2023 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Feb 10 17:20:19 2023 +0800 |
tree | 5c247a26ff4e9963fb4d2094d500db6b5a505ada | |
parent | acd4045db64cdebc6ce4be35abe01000311664aa [diff] |
crypto: aspeed - fix type warnings This patch fixes following warnings: 1. sparse: incorrect type in assignment (different base types) Fix: change to __le32 type. 2. sparse: cast removes address space '__iomem' of expression Fix: use readb to avoid dereferencing the memory. Signed-off-by: Neal Liu <neal_liu@aspeedtech.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>