Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb The availability of status change notification m...



details:   https://anonhg.NetBSD.org/src/rev/47d4183dd662
branches:  trunk
changeset: 447212:47d4183dd662
user:      tih <tih%NetBSD.org@localhost>
date:      Fri Jan 04 17:09:26 2019 +0000

description:
The availability of status change notification messages for a umodem
device is not an error.  Report its presence if booting in verbose
mode (-v).

diffstat:

 sys/dev/usb/umodem_common.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 357787149946 -r 47d4183dd662 sys/dev/usb/umodem_common.c
--- a/sys/dev/usb/umodem_common.c       Fri Jan 04 16:25:06 2019 +0000
+++ b/sys/dev/usb/umodem_common.c       Fri Jan 04 17:09:26 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umodem_common.c,v 1.25 2016/11/25 12:56:29 skrll Exp $ */
+/*     $NetBSD: umodem_common.c,v 1.26 2019/01/04 17:09:26 tih Exp $   */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umodem_common.c,v 1.25 2016/11/25 12:56:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umodem_common.c,v 1.26 2019/01/04 17:09:26 tih Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -230,7 +230,7 @@
 
                if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_IN &&
                    (ed->bmAttributes & UE_XFERTYPE) == UE_INTERRUPT) {
-                       aprint_error_dev(self,
+                       aprint_verbose_dev(self,
                            "status change notification available\n");
                        sc->sc_ctl_notify = ed->bEndpointAddress;
                }



Home | Main Index | Thread Index | Old Index