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

2017-12-21 Thread Jeremy Sowden
On 2017-12-21, at 18:51:09 +0100, Greg KH wrote: > On Thu, Dec 21, 2017 at 05:28:00PM +, Jeremy Sowden wrote: > > Changed the types of a number of index and length variables and the > > return-types of a couple of functions that return values which are > > assigned to a couple of these variable

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

2017-12-21 Thread Greg KH
On Thu, Dec 21, 2017 at 05:28:00PM +, Jeremy Sowden wrote: > Changed the types of a number of index and length variables and the > return-types of a couple of functions that return values which are > assigned to a couple of these variables from signed to unsigned integer > types. > > Fixes a n

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

2017-12-21 Thread Jeremy Sowden
Changed the types of a number of index and length variables and the return-types of a couple of functions that return values which are assigned to a couple of these variables from signed to unsigned integer types. Fixes a number of warnings arising from the variables' addresses being passed to fun