[PATCH 2/2] net: ethernet: mvneta: Add back interface mode validation
David Miller
davem at davemloft.net
Wed Jun 24 17:48:37 EDT 2020
From: Sascha Hauer <s.hauer at pengutronix.de>
Date: Wed, 24 Jun 2020 09:00:45 +0200
> When writing the serdes configuration register was moved to
> mvneta_config_interface() the whole code block was removed from
> mvneta_port_power_up() in the assumption that its only purpose was to
> write the serdes configuration register. As mentioned by Russell King
> its purpose was also to check for valid interface modes early so that
> later in the driver we do not have to care for unexpected interface
> modes.
> Add back the test to let the driver bail out early on unhandled
> interface modes.
>
> Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
Applied.
Please submit a proper patch series next time, with a header [PATCH 0/N]
posting. Thank you.
More information about the linux-arm-kernel
mailing list