commit | a05b1c150f5bc0f83313a5e14b94725b5eda5f29 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jun 12 21:16:22 2020 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jun 18 17:47:16 2020 +1000 |
tree | 7a8118fd4e6dd5111fcfe545fd530734a29cf293 | |
parent | 864c2d57d691b5308dbb8beca73f8ccb9e183409 [diff] |
crypto: octeontx - Fix sparse warnings This patch fixes all the sparse warnings in the octeontx driver. Some of these are just trivial type changes. However, some of the changes are non-trivial on little-endian hosts. Obviously the driver appears to be broken on either LE or BE as it was doing different things. I've taken the BE behaviour as the correct one. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>