Remove variable initialized but no longer actually used since r226995.
Found with: Coverity Prevent(tm) CID: 10044
This commit is contained in:
parent
d8c1e30a7f
commit
717f9b60df
@ -920,12 +920,9 @@ static void
|
||||
tl_hardreset(dev)
|
||||
device_t dev;
|
||||
{
|
||||
struct tl_softc *sc;
|
||||
int i;
|
||||
u_int16_t flags;
|
||||
|
||||
sc = device_get_softc(dev);
|
||||
|
||||
mii_bitbang_sync(dev, &tl_mii_bitbang_ops);
|
||||
|
||||
flags = BMCR_LOOP|BMCR_ISO|BMCR_PDOWN;
|
||||
|
Loading…
x
Reference in New Issue
Block a user