mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
net: smc91x: Remove commented out code
Remove commented out code Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com> Link: https://lore.kernel.org/r/20240528160036.404946-2-thorsten.blum@toblux.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
ef0e51dccd
commit
c53a46b16c
|
|
@ -1574,12 +1574,8 @@ smc_ethtool_set_link_ksettings(struct net_device *dev,
|
|||
(cmd->base.port != PORT_TP && cmd->base.port != PORT_AUI))
|
||||
return -EINVAL;
|
||||
|
||||
// lp->port = cmd->base.port;
|
||||
lp->ctl_rfduplx = cmd->base.duplex == DUPLEX_FULL;
|
||||
|
||||
// if (netif_running(dev))
|
||||
// smc_set_port(dev);
|
||||
|
||||
ret = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user