From: Trent Piepho <[email protected]> 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 <[email protected]> > Cc: Florian Fainelli <[email protected]> > Cc: Heiner Kallweit <[email protected]> > Signed-off-by: Trent Piepho <[email protected]> Applied.
