From b2f2611675b1f0e55f28077b76b900a38b390659 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 16 Mar 2011 19:23:47 +0000 Subject: [PATCH] [smc9000] Avoid unused variable warning in gcc 4.6 Reported-by: Ralph Giles Tested-by: Ralph Giles Signed-off-by: Michael Brown --- src/drivers/net/smc9000.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/drivers/net/smc9000.c b/src/drivers/net/smc9000.c index aa29360b..31e418a9 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