aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/netdev.c
diff options
context:
space:
mode:
authorBruce Allan <bruce.w.allan@intel.com>2011-03-19 00:31:23 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-04-13 19:17:27 -0700
commita5cc764206a3d01dce8ebc17b4e1534afb53c495 (patch)
tree4cd52876a13f7405d915adfcc7d4a3a251253dbf /drivers/net/e1000e/netdev.c
parente1000e: convert short duration msleep() to usleep_range() (diff)
downloadlinux-dev-a5cc764206a3d01dce8ebc17b4e1534afb53c495.tar.xz
linux-dev-a5cc764206a3d01dce8ebc17b4e1534afb53c495.zip
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/e1000e/netdev.c')
-rw-r--r--drivers/net/e1000e/netdev.c2
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)
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"),