diff options
Diffstat (limited to 'drivers/net/igb/e1000_82575.c')
-rw-r--r-- | drivers/net/igb/e1000_82575.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/igb/e1000_82575.c b/drivers/net/igb/e1000_82575.c index 0f563c8c5ffc..493e331d7064 100644 --- a/drivers/net/igb/e1000_82575.c +++ b/drivers/net/igb/e1000_82575.c | |||
@@ -1735,6 +1735,7 @@ static s32 igb_reset_hw_82580(struct e1000_hw *hw) | |||
1735 | ctrl |= E1000_CTRL_RST; | 1735 | ctrl |= E1000_CTRL_RST; |
1736 | 1736 | ||
1737 | wr32(E1000_CTRL, ctrl); | 1737 | wr32(E1000_CTRL, ctrl); |
1738 | wrfl(); | ||
1738 | 1739 | ||
1739 | /* Add delay to insure DEV_RST has time to complete */ | 1740 | /* Add delay to insure DEV_RST has time to complete */ |
1740 | if (global_device_reset) | 1741 | if (global_device_reset) |