Re: [PATCH] crypto: ccp - change bitfield type to unsigned ints

2016-10-24 Thread Herbert Xu
On Tue, Oct 18, 2016 at 05:28:35PM -0500, Gary R Hook wrote: > Bit fields are not sensitive to endianness, so use > a transparent standard data type > > Signed-off-by: Gary R Hook Patch applied. Thanks. -- Email: Herbert Xu Home Page:

[PATCH] crypto: ccp - change bitfield type to unsigned ints

2016-10-18 Thread Gary R Hook
Bit fields are not sensitive to endianness, so use a transparent standard data type Signed-off-by: Gary R Hook --- drivers/crypto/ccp/ccp-dev.h | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git

[PATCH] crypto: ccp - change bitfield type to unsigned ints

2016-10-10 Thread Gary R Hook
Bit fields are not sensitive to endianness, so use a transparent standard data type Signed-off-by: Gary R Hook --- drivers/crypto/ccp/ccp-dev.h | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git