Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247073
b: refs/heads/master
c: 6716344
h: refs/heads/master
i:
  247071: 4c90494
v: v3
  • Loading branch information
Don Skidmore authored and Jeff Kirsher committed May 4, 2011
1 parent eb5af61 commit eeba0b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 68c7005d664724eab87627b042e149a736622d54
refs/heads/master: 6716344c521bb585c1b89987c918d4b83b81adbe
4 changes: 2 additions & 2 deletions trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7469,8 +7469,8 @@ static int __devinit ixgbe_probe(struct pci_dev *pdev,

/* print bus type/speed/width info */
e_dev_info("(PCI Express:%s:%s) %pM\n",
(hw->bus.speed == ixgbe_bus_speed_5000 ? "5.0Gb/s" :
hw->bus.speed == ixgbe_bus_speed_2500 ? "2.5Gb/s" :
(hw->bus.speed == ixgbe_bus_speed_5000 ? "5.0GT/s" :
hw->bus.speed == ixgbe_bus_speed_2500 ? "2.5GT/s" :
"Unknown"),
(hw->bus.width == ixgbe_bus_width_pcie_x8 ? "Width x8" :
hw->bus.width == ixgbe_bus_width_pcie_x4 ? "Width x4" :
Expand Down

0 comments on commit eeba0b9

Please sign in to comment.