Source-Changes-HG archive

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

[src/jmcneill-usbmp]: src/sys/dev/usb fix a panic() message to refer to the c...



details:   https://anonhg.NetBSD.org/src/rev/7386421ebbcb
branches:  jmcneill-usbmp
changeset: 771799:7386421ebbcb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Feb 20 04:25:54 2012 +0000

description:
fix a panic() message to refer to the correct function

diffstat:

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

diffs (27 lines):

diff -r 45b5a40e3a94 -r 7386421ebbcb sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Mon Feb 20 04:06:13 2012 +0000
+++ b/sys/dev/usb/uhci.c        Mon Feb 20 04:25:54 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.240.6.8 2012/02/20 03:23:26 mrg Exp $       */
+/*     $NetBSD: uhci.c,v 1.240.6.9 2012/02/20 04:25:54 mrg Exp $       */
 /*     $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $       */
 
 /*
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.240.6.8 2012/02/20 03:23:26 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.240.6.9 2012/02/20 04:25:54 mrg Exp $");
 
 #include "opt_usb.h"
 
@@ -3542,7 +3542,7 @@
 
 #ifdef DIAGNOSTIC
        if (!(xfer->rqflags & URQ_REQUEST))
-               panic("uhci_root_ctrl_transfer: not a request");
+               panic("uhci_root_ctrl_start: not a request");
 #endif
        req = &xfer->request;
 



Home | Main Index | Thread Index | Old Index