Module Name: src
Committed By: pgoyette
Date: Fri Jul 22 02:05:39 UTC 2016
Modified Files:
src/sys/kern [pgoyette-localcount]: subr_autoconf.c
Log Message:
Remove stray debugging info
To generate a diff of this commit:
cvs rdiff -u -r1.246.2.3 -r1.246.2.4 src/sys/kern/subr_autoconf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/subr_autoconf.c
diff -u src/sys/kern/subr_autoconf.c:1.246.2.3 src/sys/kern/subr_autoconf.c:1.246.2.4
--- src/sys/kern/subr_autoconf.c:1.246.2.3 Fri Jul 22 02:02:24 2016
+++ src/sys/kern/subr_autoconf.c Fri Jul 22 02:05:39 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_autoconf.c,v 1.246.2.3 2016/07/22 02:02:24 pgoyette Exp $ */
+/* $NetBSD: subr_autoconf.c,v 1.246.2.4 2016/07/22 02:05:39 pgoyette Exp $ */
/*
* Copyright (c) 1996, 2000 Christopher G. Demetriou
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.246.2.3 2016/07/22 02:02:24 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.246.2.4 2016/07/22 02:05:39 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
@@ -2328,7 +2328,6 @@ device_lookup_private_acquire(cfdriver_t
p = device_private(dv);
KASSERTMSG(p != NULL || dv == NULL,
"%s: device %s has no private data", __func__, cd->cd_name);
-unit, dv, p); */
return p;
}