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/49d7127166b0
branches: trunk
changeset: 844816:49d7127166b0
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 0aeb62ceac4a -r 49d7127166b0 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