diff options
author | Bruce Allan <bruce.w.allan@intel.com> | 2011-03-18 20:31:23 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-04-13 22:17:27 -0400 |
commit | a5cc764206a3d01dce8ebc17b4e1534afb53c495 (patch) | |
tree | 4cd52876a13f7405d915adfcc7d4a3a251253dbf /drivers/net | |
parent | 1bba4386ab4f67a53c9649268dd9c83bc6110a9b (diff) |
e1000e: PCIe link speed in GT/s, not GB/s
Correct the log message when driver loads.
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/e1000e/netdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/e1000e/netdev.c b/drivers/net/e1000e/netdev.c index 909c8de58c15..99c8c7c0b1fb 100644 --- a/drivers/net/e1000e/netdev.c +++ b/drivers/net/e1000e/netdev.c | |||
@@ -5714,7 +5714,7 @@ static void e1000_print_device_info(struct e1000_adapter *adapter) | |||
5714 | u8 pba_str[E1000_PBANUM_LENGTH]; | 5714 | u8 pba_str[E1000_PBANUM_LENGTH]; |
5715 | 5715 | ||
5716 | /* print bus type/speed/width info */ | 5716 | /* print bus type/speed/width info */ |
5717 | e_info("(PCI Express:2.5GB/s:%s) %pM\n", | 5717 | e_info("(PCI Express:2.5GT/s:%s) %pM\n", |
5718 | /* bus width */ | 5718 | /* bus width */ |
5719 | ((hw->bus.width == e1000_bus_width_pcie_x4) ? "Width x4" : | 5719 | ((hw->bus.width == e1000_bus_width_pcie_x4) ? "Width x4" : |
5720 | "Width x1"), | 5720 | "Width x1"), |