diff options
author | Arınç ÜNAL <arinc.unal@arinc9.com> | 2024-02-06 01:08:02 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-02-07 18:53:52 -0800 |
commit | 01fc42942e30bd56cbb4a4f2107617dc8030b6e0 (patch) | |
tree | 2965b54f868c5e0d47a307007c83bce6384569d4 /drivers/net/dsa/hirschmann | |
parent | c885b95c58dd81d45e30a5608d1b6ef1f93a5717 (diff) |
net: dsa: mt7530: empty default case on mt7530_setup_port5()
There're two code paths for setting up port 5:
mt7530_setup()
-> mt7530_setup_port5()
mt753x_phylink_mac_config()
-> mt753x_mac_config()
-> mt7530_mac_config()
-> mt7530_setup_port5()
On the first code path, priv->p5_intf_sel is either set to
P5_INTF_SEL_PHY_P0 or P5_INTF_SEL_PHY_P4 when mt7530_setup_port5() is run.
On the second code path, priv->p5_intf_sel is set to P5_INTF_SEL_GMAC5 when
mt7530_setup_port5() is run.
Empty the default case which will never run but is needed nonetheless to
handle all the remaining enumeration values.
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Link: https://lore.kernel.org/r/20240206-for-netnext-mt7530-improvements-2-v5-1-d7d92a185cb1@arinc9.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/dsa/hirschmann')
0 files changed, 0 insertions, 0 deletions