net: dsa: sja1105: error out on unsupported PHY mode
authorVladimir Oltean <vladimir.oltean@nxp.com>
Mon, 24 May 2021 09:25:25 +0000 (12:25 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 May 2021 20:20:24 +0000 (13:20 -0700)
commit6729188d2646709941903052e4b78e1d82c239b9
treee18892d2cd8ff5ae0d6b90064164a8ca0b328515
parentcec279a898a3b004411682f212215ccaea1cd0fb
net: dsa: sja1105: error out on unsupported PHY mode

The driver continues probing when a port is configured for an
unsupported PHY interface type, instead it should stop.

Fixes: 8aa9ebccae87 ("net: dsa: Introduce driver for NXP SJA1105 5-port L2 switch")
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/sja1105/sja1105_main.c