Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Remove '\n' in panic message.



details:   https://anonhg.NetBSD.org/src/rev/f3b2a17d16f0
branches:  trunk
changeset: 336918:f3b2a17d16f0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Mar 27 07:28:56 2015 +0000

description:
Remove '\n' in panic message.

diffstat:

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

diffs (27 lines):

diff -r 7a9aee0b9965 -r f3b2a17d16f0 sys/dev/usb/usb_subr.c
--- a/sys/dev/usb/usb_subr.c    Fri Mar 27 07:18:11 2015 +0000
+++ b/sys/dev/usb/usb_subr.c    Fri Mar 27 07:28:56 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_subr.c,v 1.198 2014/09/21 14:30:22 christos Exp $  */
+/*     $NetBSD: usb_subr.c,v 1.199 2015/03/27 07:28:56 skrll Exp $     */
 /*     $FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.18 1999/11/17 22:33:47 n_hibma Exp $   */
 
 /*
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.198 2014/09/21 14:30:22 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.199 2015/03/27 07:28:56 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -1126,7 +1126,7 @@
                                goto found;
                        }
                }
-               panic("usbd_new_device: cannot find HS port\n");
+               panic("usbd_new_device: cannot find HS port");
        found:
                DPRINTFN(1,("usbd_new_device: high speed port %d\n", p));
        } else {



Home | Main Index | Thread Index | Old Index