Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/flash remove some debug printf leftover
details: https://anonhg.NetBSD.org/src/rev/0bc8942661b2
branches: trunk
changeset: 764537:0bc8942661b2
user: ahoka <ahoka%NetBSD.org@localhost>
date: Tue Apr 26 17:42:20 2011 +0000
description:
remove some debug printf leftover
diffstat:
sys/dev/flash/flash.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 36554d6fb520 -r 0bc8942661b2 sys/dev/flash/flash.c
--- a/sys/dev/flash/flash.c Tue Apr 26 17:40:38 2011 +0000
+++ b/sys/dev/flash/flash.c Tue Apr 26 17:42:20 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: flash.c,v 1.3 2011/04/04 14:25:09 ahoka Exp $ */
+/* $NetBSD: flash.c,v 1.4 2011/04/26 17:42:20 ahoka Exp $ */
/*-
* Copyright (c) 2011 Department of Software Engineering,
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: flash.c,v 1.3 2011/04/04 14:25:09 ahoka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: flash.c,v 1.4 2011/04/26 17:42:20 ahoka Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -216,9 +216,7 @@
pmf_device_deregister(sc->sc_dev);
/* freeing flash_if is our responsibility */
- printf("freeing flash_if...");
kmem_free(sc->flash_if, sizeof(*sc->flash_if));
- printf("done!\n");
return 0;
}
Home |
Main Index |
Thread Index |
Old Index