Skip to content

Commit

Permalink
e1000e: PCIe link speed in GT/s, not GB/s
Browse files Browse the repository at this point in the history
Correct the log message when driver loads.

Signed-off-by: Bruce Allan <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
  • Loading branch information
bwallan authored and Jeff Kirsher committed Apr 14, 2011
1 parent 1bba438 commit a5cc764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -5714,7 +5714,7 @@ static void e1000_print_device_info(struct e1000_adapter *adapter)
u8 pba_str[E1000_PBANUM_LENGTH];

/* print bus type/speed/width info */
e_info("(PCI Express:2.5GB/s:%s) %pM\n",
e_info("(PCI Express:2.5GT/s:%s) %pM\n",
/* bus width */
((hw->bus.width == e1000_bus_width_pcie_x4) ? "Width x4" :
"Width x1"),
Expand Down

0 comments on commit a5cc764

Please sign in to comment.