]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: ccp - Remove redundant cpu-to-le32 macros
authorGary R Hook <gary.hook@amd.com>
Tue, 28 Mar 2017 13:58:28 +0000 (08:58 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 5 Apr 2017 13:58:34 +0000 (21:58 +0800)
commit51de7dd02d422da11b4dff6f11936c8333a870fe
tree9c156f8f08c993636d45df14645473c77e65db50
parent8fbbcbdd1d259da9bc5a7772e8064aaf5e04ec20
crypto: ccp - Remove redundant cpu-to-le32 macros

Endianness is dealt with when the command descriptor is
copied into the command queue. Remove any occurrences of
cpu_to_le32() found elsewhere.

Signed-off-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ccp/ccp-dev-v5.c