diff options
author | Neal Liu <neal_liu@aspeedtech.com> | 2023-02-03 11:35:12 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-02-10 17:20:19 +0800 |
commit | eaf05e829f389d172ca7e553f22d49d104b6861c (patch) | |
tree | 5c247a26ff4e9963fb4d2094d500db6b5a505ada /drivers/crypto/virtio | |
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>
Diffstat (limited to 'drivers/crypto/virtio')
0 files changed, 0 insertions, 0 deletions