Re: [PATCH net-next v3 7/7] net: dsa: mv88e6xxx: Add per port devlink regions
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2020-10-04 21:07:47
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2020-10-04 21:07:47
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 <andrew@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 <olteanv@gmail.com>