On Wed, May 22, 2019 at 06:43:24PM +0000, Trent Piepho wrote: > The variables used to store u32 DT properties were signed ints. This > doesn't work properly if the value of the property were to overflow. > Use unsigned variables so this doesn't happen. > > Cc: Andrew Lunn <and...@lunn.ch> > Cc: Florian Fainelli <f.faine...@gmail.com> > Cc: Heiner Kallweit <hkallwe...@gmail.com> > Signed-off-by: Trent Piepho <tpie...@impinj.com>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew