From: Trent Piepho <tpie...@impinj.com> Date: Wed, 22 May 2019 18:43:24 +0000
> 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> Applied.