From c268e8d745bdd86f35a23679661bfb8aded7bf42 Mon Sep 17 00:00:00 2001 From: Wenzhuo Lu Date: Wed, 1 Mar 2017 14:04:44 +0800 Subject: [PATCH] net/ixgbe/base: make a debug message simple The debug message is too long. Make it shorter. Signed-off-by: Wenzhuo Lu --- drivers/net/ixgbe/base/ixgbe_x550.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ixgbe/base/ixgbe_x550.c b/drivers/net/ixgbe/base/ixgbe_x550.c index 6f9c034b6c..cf72bba44a 100644 --- 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; } -- 2.20.1