Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Make it compilable with UPL_DEBUG.



details:   https://anonhg.NetBSD.org/src/rev/6a3ee6b0435d
branches:  trunk
changeset: 459474:6a3ee6b0435d
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Sep 13 07:47:39 2019 +0000

description:
Make it compilable with UPL_DEBUG.

diffstat:

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

diffs (29 lines):

diff -r 39754139165a -r 6a3ee6b0435d sys/dev/usb/if_upl.c
--- a/sys/dev/usb/if_upl.c      Fri Sep 13 07:11:04 2019 +0000
+++ b/sys/dev/usb/if_upl.c      Fri Sep 13 07:47:39 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_upl.c,v 1.67 2019/08/27 17:24:51 maxv Exp $ */
+/*     $NetBSD: if_upl.c,v 1.68 2019/09/13 07:47:39 msaitoh Exp $      */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_upl.c,v 1.67 2019/08/27 17:24:51 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_upl.c,v 1.68 2019/09/13 07:47:39 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -229,8 +229,8 @@
 {
        usbnet_isowned_rx(un);
 
-       DPRINTFN(9,("%s: %s: enter status=%d length=%d\n",
-                   device_xname(un->un_dev), __func__, status, total_len));
+       DPRINTFN(9,("%s: %s: enter length=%d\n",
+                   device_xname(un->un_dev), __func__, total_len));
 
        usbnet_input(un, c->unc_buf, total_len);
 }



Home | Main Index | Thread Index | Old Index