mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
net: dsa: microchip: make phylink_mac_link_up() not optional
Last part of the driver do now support phylink_mac_link_up(). So, make it not optional. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com> Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Link: https://lore.kernel.org/r/20231127145101.3039399-4-o.rempel@pengutronix.de Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
2f58148c41
commit
71cd5ce7e2
1 changed files with 2 additions and 4 deletions
|
@ -3113,10 +3113,8 @@ static void ksz_phylink_mac_link_up(struct dsa_switch *ds, int port,
|
|||
{
|
||||
struct ksz_device *dev = ds->priv;
|
||||
|
||||
if (dev->dev_ops->phylink_mac_link_up)
|
||||
dev->dev_ops->phylink_mac_link_up(dev, port, mode, interface,
|
||||
phydev, speed, duplex,
|
||||
tx_pause, rx_pause);
|
||||
dev->dev_ops->phylink_mac_link_up(dev, port, mode, interface, phydev,
|
||||
speed, duplex, tx_pause, rx_pause);
|
||||
}
|
||||
|
||||
static int ksz_switch_detect(struct ksz_device *dev)
|
||||
|
|
Loading…
Add table
Reference in a new issue