Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c4149431 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: cpt - 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.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent f532ed2a
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment