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 Use aprint_*() in the attach function.



details:   https://anonhg.NetBSD.org/src/rev/1f0c6a3d8beb
branches:  trunk
changeset: 459325:1f0c6a3d8beb
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Sep 04 10:34:04 2019 +0000

description:
Use aprint_*() in the attach function.

diffstat:

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

diffs (18 lines):

diff -r 22211c5dc147 -r 1f0c6a3d8beb sys/dev/pci/ixgbe/ixv.c
--- a/sys/dev/pci/ixgbe/ixv.c   Wed Sep 04 08:57:05 2019 +0000
+++ b/sys/dev/pci/ixgbe/ixv.c   Wed Sep 04 10:34:04 2019 +0000
@@ -1,4 +1,4 @@
-/*$NetBSD: ixv.c,v 1.129 2019/09/04 07:29:34 msaitoh Exp $*/
+/*$NetBSD: ixv.c,v 1.130 2019/09/04 10:34:04 msaitoh Exp $*/
 
 /******************************************************************************
 
@@ -516,7 +516,7 @@
 
        error = ixv_allocate_msix(adapter, pa);
        if (error) {
-               device_printf(dev, "ixv_allocate_msix() failed!\n");
+               aprint_error_dev(dev, "ixv_allocate_msix() failed!\n");
                goto err_late;
        }
 



Home | Main Index | Thread Index | Old Index