]> www.infradead.org Git - users/jedix/linux-maple.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)
committerSomasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Thu, 24 Aug 2017 17:56:56 +0000 (10:56 -0700)
commit3167624821c4a40c5ae2ebd46e0963af9bbdb0c8
tree7a25af08f053077015387aeb507b8df6c6b7e2f8
parentf562295c8f720ba73952405ffaa68aecc468e0d8
crypto: ccp - Remove redundant cpu-to-le32 macros

Orabug: 26644685

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>
(cherry picked from commit 51de7dd02d422da11b4dff6f11936c8333a870fe)
Signed-off-by: Somasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Reviewed-by: Jack Vogel <jack.vogel@oracle.com>
drivers/crypto/ccp/ccp-dev-v5.c