Re: [PATCH] staging: ccree: fixed pointer signedness warnings.

2017-12-21 Thread Greg KH
On Thu, Dec 21, 2017 at 11:25:47AM +, Jeremy Sowden wrote: > Changed the types of a number of index and length variables from int to > unsigned int. Fixes a number of warnings arising from their addresses > being passed to functions expecting pointers to unsigned ints. > > Signed-off-by: Jere

[PATCH] staging: ccree: fixed pointer signedness warnings.

2017-12-21 Thread Jeremy Sowden
Changed the types of a number of index and length variables from int to unsigned int. Fixes a number of warnings arising from their addresses being passed to functions expecting pointers to unsigned ints. Signed-off-by: Jeremy Sowden --- drivers/staging/ccree/ssi_aead.c | 13 -