On Fri, Mar 19, 2021 at 03:31:49PM +0100, Marek Behún wrote:
We know that the `lane == MV88E6393X_PORT0_LANE`, so we can pass `lane`
to mv88e6390_serdes_read() instead of MV88E6393X_PORT0_LANE.
All other occurances in this function are using the `lane` variable.
It seems I forgot to change it at this one place after refactoring.
Signed-off-by: Marek Behún <kabel@kernel.org>
Fixes: de776d0d316f7 ("net: dsa: mv88e6xxx: add support for ...")
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew