Module Name:    src
Committed By:   msaitoh
Date:           Tue Dec 27 11:17:51 UTC 2016

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

Log Message:
 Fix DEBUGFUNC() output in ixgbe_disable_rx_x550().


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/ixgbe/ixgbe_x550.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_x550.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_x550.c:1.3 src/sys/dev/pci/ixgbe/ixgbe_x550.c:1.4
--- src/sys/dev/pci/ixgbe/ixgbe_x550.c:1.3	Mon Dec  5 08:50:29 2016
+++ src/sys/dev/pci/ixgbe/ixgbe_x550.c	Tue Dec 27 11:17:51 2016
@@ -2645,7 +2645,7 @@ void ixgbe_disable_rx_x550(struct ixgbe_
 	s32 status;
 	struct ixgbe_hic_disable_rxen fw_cmd;
 
-	DEBUGFUNC("ixgbe_enable_rx_dma_x550");
+	DEBUGFUNC("ixgbe_disable_rx_dma_x550");
 
 	rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
 	if (rxctrl & IXGBE_RXCTRL_RXEN) {

Reply via email to