Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Thorsten Blum and committed by
Jakub Kicinski
c53a46b1 ef0e51dc

-4
-4
drivers/net/ethernet/smsc/smc91x.c
··· 1574 1574 (cmd->base.port != PORT_TP && cmd->base.port != PORT_AUI)) 1575 1575 return -EINVAL; 1576 1576 1577 - // lp->port = cmd->base.port; 1578 1577 lp->ctl_rfduplx = cmd->base.duplex == DUPLEX_FULL; 1579 - 1580 - // if (netif_running(dev)) 1581 - // smc_set_port(dev); 1582 1578 1583 1579 ret = 0; 1584 1580 }