Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb convert a debug message to an error message. wi...
details: https://anonhg.NetBSD.org/src/rev/f3c214265da3
branches: trunk
changeset: 844564:f3c214265da3
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Aug 23 04:34:01 2019 +0000
description:
convert a debug message to an error message. will help more quickly
identify next time xhci version changes.
diffstat:
sys/dev/usb/xhci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 707e83e1e541 -r f3c214265da3 sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c Fri Aug 23 04:32:57 2019 +0000
+++ b/sys/dev/usb/xhci.c Fri Aug 23 04:34:01 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xhci.c,v 1.109 2019/08/21 06:19:43 mrg Exp $ */
+/* $NetBSD: xhci.c,v 1.110 2019/08/23 04:34:01 mrg Exp $ */
/*
* Copyright (c) 2013 Jonathan A. Kollasch
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.109 2019/08/21 06:19:43 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.110 2019/08/23 04:34:01 mrg Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -783,7 +783,7 @@
major == 3 ? "ss" : "hs", cpo, cpo + cpc -1);
break;
default:
- aprint_debug_dev(sc->sc_dev, " unknown major/minor (%d/%d)\n",
+ aprint_error_dev(sc->sc_dev, " unknown major/minor (%d/%d)\n",
major, minor);
return;
}
Home |
Main Index |
Thread Index |
Old Index