On Sun, Oct 04, 2020 at 06:12:57PM +0200, Andrew Lunn wrote: > Add a devlink region to return the per port registers. > > Signed-off-by: Andrew Lunn <and...@lunn.ch> > ---
Sorry for the wrong "while (port-- >= 0)" advice given in v2. "while (port-- > 0)" is definitely the correct idiom, which is what you are using here. Reviewed-by: Vladimir Oltean <olte...@gmail.com>