diff options
Diffstat (limited to 'drivers/net/sis900.c')
-rw-r--r-- | drivers/net/sis900.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sis900.c b/drivers/net/sis900.c index de740ebfafb6..eb715f1bcd48 100644 --- a/drivers/net/sis900.c +++ b/drivers/net/sis900.c | |||
@@ -1281,7 +1281,7 @@ static void sis900_timer(unsigned long data) | |||
1281 | u16 status; | 1281 | u16 status; |
1282 | 1282 | ||
1283 | if (!sis_priv->autong_complete){ | 1283 | if (!sis_priv->autong_complete){ |
1284 | int speed, duplex = 0; | 1284 | int uninitialized_var(speed), duplex = 0; |
1285 | 1285 | ||
1286 | sis900_read_mode(net_dev, &speed, &duplex); | 1286 | sis900_read_mode(net_dev, &speed, &duplex); |
1287 | if (duplex){ | 1287 | if (duplex){ |