projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bba438
)
e1000e: PCIe link speed in GT/s, not GB/s
author
Bruce Allan
<bruce.w.allan@intel.com>
Sat, 19 Mar 2011 00:31:23 +0000
(
00:31
+0000)
committer
Jeff Kirsher
<jeffrey.t.kirsher@intel.com>
Thu, 14 Apr 2011 02:17:27 +0000
(19:17 -0700)
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>
drivers/net/e1000e/netdev.c
patch
|
blob
|
history
diff --git
a/drivers/net/e1000e/netdev.c
b/drivers/net/e1000e/netdev.c
index
909c8de
..
99c8c7c
100644
(file)
--- 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.5G
B
/s:%s) %pM\n",
+ e_info("(PCI Express:2.5G
T
/s:%s) %pM\n",
/* bus width */
((hw->bus.width == e1000_bus_width_pcie_x4) ? "Width x4" :
"Width x1"),