summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/drivers/net/smc9000.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/net/smc9000.c b/src/drivers/net/smc9000.c
index aa29360ba..31e418a97 100644
--- a/src/drivers/net/smc9000.c
+++ b/src/drivers/net/smc9000.c
@@ -357,7 +357,6 @@ static void smc_phy_configure(int ioaddr)
word my_phy_caps; // My PHY capabilities
word my_ad_caps; // My Advertised capabilities
word status;
- int failed = 0;
int rpc_cur_mode = RPC_DEFAULT;
int lastPhy18;
@@ -464,14 +463,12 @@ static void smc_phy_configure(int ioaddr)
if (timeout < 1)
{
PRINTK2("PHY auto-negotiate timed out\n");
- failed = 1;
}
// Fail if we detected an auto-negotiate remote fault
if (status & PHY_STAT_REM_FLT)
{
PRINTK2("PHY remote fault detected\n");
- failed = 1;
}
// Set our sysctl parameters to match auto-negotiation results