Module Name:    src
Committed By:   msaitoh
Date:           Fri Dec 10 11:22:41 UTC 2021

Modified Files:
        src/sys/dev/pci/ixgbe: ixgbe_common.c

Log Message:
Remove debug error message.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/ixgbe/ixgbe_common.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/ixgbe/ixgbe_common.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_common.c:1.35 src/sys/dev/pci/ixgbe/ixgbe_common.c:1.36
--- src/sys/dev/pci/ixgbe/ixgbe_common.c:1.35	Fri Dec 10 11:20:13 2021
+++ src/sys/dev/pci/ixgbe/ixgbe_common.c	Fri Dec 10 11:22:41 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe_common.c,v 1.35 2021/12/10 11:20:13 msaitoh Exp $ */
+/* $NetBSD: ixgbe_common.c,v 1.36 2021/12/10 11:22:41 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
@@ -36,7 +36,7 @@
 /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_common.c 331224 2018-03-19 20:55:05Z erj $*/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe_common.c,v 1.35 2021/12/10 11:20:13 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe_common.c,v 1.36 2021/12/10 11:22:41 msaitoh Exp $");
 
 #include "ixgbe_common.h"
 #include "ixgbe_phy.h"
@@ -225,11 +225,6 @@ bool ixgbe_device_supports_autoneg_fc(st
 		break;
 	}
 
-	if (!supported)
-		ERROR_REPORT2(IXGBE_ERROR_UNSUPPORTED,
-			      "Device %x does not support flow control autoneg",
-			      hw->device_id);
-
 	return supported;
 }
 

Reply via email to