Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352509
b: refs/heads/master
c: d0310dc
h: refs/heads/master
i:
  352507: f6cf758
v: v3
  • Loading branch information
Emil Tantilov authored and Jeff Kirsher committed Feb 16, 2013
1 parent b2d4cb0 commit fcaf698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4c696ca9fbabc5f94a3c6db7f009e73f0ef21831
refs/heads/master: d0310dc415a670ae2b2e27076b4685d988830479
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1307,9 +1307,9 @@ s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
break;

fail:
ixgbe_i2c_bus_clear(hw);
hw->mac.ops.release_swfw_sync(hw, swfw_mask);
msleep(100);
ixgbe_i2c_bus_clear(hw);
retry++;
if (retry < max_retry)
hw_dbg(hw, "I2C byte read error - Retrying.\n");
Expand Down

0 comments on commit fcaf698

Please sign in to comment.