Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb downgrade error to debug.



details:   https://anonhg.NetBSD.org/src/rev/15b18a36dfae
branches:  trunk
changeset: 322178:15b18a36dfae
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 21 18:07:23 2018 +0000

description:
downgrade error to debug.

diffstat:

 sys/dev/usb/if_axe.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r be174d9b52ca -r 15b18a36dfae sys/dev/usb/if_axe.c
--- a/sys/dev/usb/if_axe.c      Sat Apr 21 15:53:24 2018 +0000
+++ b/sys/dev/usb/if_axe.c      Sat Apr 21 18:07:23 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_axe.c,v 1.86 2018/04/20 21:03:00 christos Exp $     */
+/*     $NetBSD: if_axe.c,v 1.87 2018/04/21 18:07:23 christos Exp $     */
 /*     $OpenBSD: if_axe.c,v 1.137 2016/04/13 11:03:37 mpi Exp $ */
 
 /*
@@ -87,7 +87,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.86 2018/04/20 21:03:00 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.87 2018/04/21 18:07:23 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -984,9 +984,8 @@
        if (!(sc->axe_flags & AX772B)) {
                if (axe_cmd(sc, AXE_172_CMD_READ_NODEID, 0, 0, sc->axe_enaddr))
                {
-                       aprint_error_dev(self,
+                       aprint_debug_dev(self,
                            "failed to read ethernet address\n");
-                       return;
                }
        }
 



Home | Main Index | Thread Index | Old Index