commit | 6de59d453ae567c1b637ef9469c37fd8367cd1b4 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 18 18:31:26 2015 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Oct 20 22:13:58 2015 +0800 |
tree | 750c283d2f68d0563c5acc919df7b5d32b55107a | |
parent | ea1f662bde067563328ec3083884aaffb3d902d8 [diff] |
crypto: marvell/cesa - use __le32 for hardware descriptors Much of the driver uses cpu_to_le32() to convert values for descriptors to little endian before writing. Use __le32 to define the hardware- accessed parts of the descriptors, and ensure most places where it's reasonable to do so use cpu_to_le32() when assigning to these. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>