Re: [PATCH] crypto: ccp - Remove redundant cpu-to-le32 macros

2017-04-05 Thread Herbert Xu
On Tue, Mar 28, 2017 at 08:58:28AM -0500, Gary R Hook wrote: > 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 Patch applied. Thanks. -- Email:

[PATCH] crypto: ccp - Remove redundant cpu-to-le32 macros

2017-03-28 Thread Gary R Hook
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 --- drivers/crypto/ccp/ccp-dev-v5.c | 22 +++--- 1 file changed, 11 insertions(+), 11