Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi Remove a debug printf().
details: https://anonhg.NetBSD.org/src/rev/96f696350354
branches: trunk
changeset: 749431:96f696350354
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sun Nov 29 18:08:22 2009 +0000
description:
Remove a debug printf().
diffstat:
sys/dev/acpi/acpi_tz.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r d5ec3ef16801 -r 96f696350354 sys/dev/acpi/acpi_tz.c
--- a/sys/dev/acpi/acpi_tz.c Sun Nov 29 16:23:49 2009 +0000
+++ b/sys/dev/acpi/acpi_tz.c Sun Nov 29 18:08:22 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_tz.c,v 1.49 2009/11/25 13:54:23 cegger Exp $ */
+/* $NetBSD: acpi_tz.c,v 1.50 2009/11/29 18:08:22 uebayasi Exp $ */
/*
* Copyright (c) 2003 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_tz.c,v 1.49 2009/11/25 13:54:23 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_tz.c,v 1.50 2009/11/29 18:08:22 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -733,8 +733,6 @@
struct acpitz_softc *sc = sme->sme_cookie;
int i;
- printf("%s: units: %u\n", __func__, edata->units);
-
switch (edata->units) {
case ENVSYS_STEMP:
limits->sel_flags = 0;
Home |
Main Index |
Thread Index |
Old Index