git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3def6a
)
net/ixgbe/base: make a debug message simple
author
Wenzhuo Lu
<wenzhuo.lu@intel.com>
Wed, 1 Mar 2017 06:04:44 +0000
(14:04 +0800)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Tue, 4 Apr 2017 13:52:50 +0000
(15:52 +0200)
The debug message is too long. Make it shorter.
Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/base/ixgbe_x550.c
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbe/base/ixgbe_x550.c
b/drivers/net/ixgbe/base/ixgbe_x550.c
index
6f9c034
..
cf72bba
100644
(file)
--- a/
drivers/net/ixgbe/base/ixgbe_x550.c
+++ b/
drivers/net/ixgbe/base/ixgbe_x550.c
@@
-2519,7
+2519,7
@@
s32 ixgbe_reset_hw_X550em(struct ixgbe_hw *hw)
status);
if (status == IXGBE_ERR_SFP_NOT_SUPPORTED) {
- DEBUGOUT("Returning from reset HW
since PHY ops init returned IXGBE_ERR_SFP_NOT_SUPPORTED
\n");
+ DEBUGOUT("Returning from reset HW
due to PHY init failure
\n");
return status;
}