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 <[email protected]> > Cc: Florian Fainelli <[email protected]> > Cc: Heiner Kallweit <[email protected]> > Signed-off-by: Trent Piepho <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]> Andrew
