Re: [PATCH net] net: dsa: Do not make user port errors fatal

From: David Miller
Date: Mon May 04 2020 - 13:30:36 EST


From: Florian Fainelli <f.fainelli@xxxxxxxxx>
Date: Sun, 3 May 2020 20:50:57 -0700

> Prior to 1d27732f411d ("net: dsa: setup and teardown ports"), we would
> not treat failures to set-up an user port as fatal, but after this
> commit we would, which is a regression for some systems where interfaces
> may be declared in the Device Tree, but the underlying hardware may not
> be present (pluggable daughter cards for instance).
>
> Fixes: 1d27732f411d ("net: dsa: setup and teardown ports")
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Applied and queued up for -stable, thanks Florian.