Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic make this compile with SLHCI_DEBUG



details:   https://anonhg.NetBSD.org/src/rev/4bd81c099ace
branches:  trunk
changeset: 544150:4bd81c099ace
user:      bsh <bsh%NetBSD.org@localhost>
date:      Thu Mar 13 06:50:23 2003 +0000

description:
make this compile with SLHCI_DEBUG

diffstat:

 sys/dev/ic/sl811hs.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r edadab70608c -r 4bd81c099ace sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Thu Mar 13 05:15:49 2003 +0000
+++ b/sys/dev/ic/sl811hs.c      Thu Mar 13 06:50:23 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.2 2002/09/08 07:58:14 isaki Exp $        */
+/*     $NetBSD: sl811hs.c,v 1.3 2003/03/13 06:50:23 bsh Exp $  */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.2 2002/09/08 07:58:14 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.3 2003/03/13 06:50:23 bsh Exp $");
 
 #include "opt_slhci.h"
 
@@ -744,7 +744,7 @@
                buf = KERNADDR(&xfer->dmabuf, 0);
 
 #ifdef SLHCI_DEBUG
-       if ((slhci_debud & D_TRACE))
+       if ((slhci_debug & D_TRACE))
                print_req_hub(req);
 #endif
 
@@ -1155,7 +1155,7 @@
        DPRINTF(D_TRACE, ("st "));
 #ifdef SLHCI_DEBUG
        if ((slhci_debug & D_TRACE))
-               print_req_hub(req));
+               print_req_hub(req);
 #endif
 
        /* SETUP transaction */



Home | Main Index | Thread Index | Old Index