Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35214
b: refs/heads/master
c: a91bb6a
h: refs/heads/master
v: v3
  • Loading branch information
Jesse Brandeburg authored and Auke Kok committed Aug 31, 2006
1 parent 35aa759 commit a643c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f990b426afb2f6ed77ba9ec272bdfe3d5d3a3d39
refs/heads/master: a91bb6a8b411bdd8053601d7c2254d54670a4df6
6 changes: 1 addition & 5 deletions trunk/drivers/net/ixgb/ixgb_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,11 +654,7 @@ ixgb_phys_id(struct net_device *netdev, uint32_t data)

mod_timer(&adapter->blink_timer, jiffies);

if (data)
schedule_timeout_interruptible(data * HZ);
else
schedule_timeout_interruptible(MAX_SCHEDULE_TIMEOUT);

msleep_interruptible(data * 1000);
del_timer_sync(&adapter->blink_timer);
ixgb_led_off(&adapter->hw);
clear_bit(IXGB_LED_ON, &adapter->led_status);
Expand Down

0 comments on commit a643c60

Please sign in to comment.