Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci/ixgbe Fix DEBUGFUNC() output in ixgbe_disable_rx...



details:   https://anonhg.NetBSD.org/src/rev/17a83fadcc4f
branches:  trunk
changeset: 820035:17a83fadcc4f
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Dec 27 11:17:51 2016 +0000

description:
Fix DEBUGFUNC() output in ixgbe_disable_rx_x550().

diffstat:

 sys/dev/pci/ixgbe/ixgbe_x550.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r acbf47ebccfd -r 17a83fadcc4f sys/dev/pci/ixgbe/ixgbe_x550.c
--- a/sys/dev/pci/ixgbe/ixgbe_x550.c    Tue Dec 27 10:54:38 2016 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_x550.c    Tue Dec 27 11:17:51 2016 +0000
@@ -2645,7 +2645,7 @@
        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) {



Home | Main Index | Thread Index | Old Index