diff options
| author | Herbert Xu <[email protected]> | 2020-07-31 23:55:40 +1000 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2020-08-21 14:45:27 +1000 |
| commit | e62291c1d9f4f4398459a3a1a17446428f939b9a (patch) | |
| tree | a405ac8d51a0e114cd30de83c74970d455ba6da4 /tools/perf/scripts/python | |
| parent | cbdad1f246dd98e6c9c32a6e5212337f542aa7e0 (diff) | |
crypto: marvell/cesa - Fix sparse warnings
This patch fixes most sparse warnings in the cesa driver. The only
ones remaining are to do with copying data between iomem pointers and
SG lists.
Most changes are trivial. The following are the noteworthy ones:
- Removal of swab in mv_cesa_aes_setkey. This appears to be bogus
as everything gets swabbed again later on so for BE this ends up
being different from LE. The change takes the LE behaviour as the
correct one.
- next_dma in mv_cesa_tdma_chain was not swabbed.
Signed-off-by: Herbert Xu <[email protected]>
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions