Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/allwinner turn off AWIN_IR_DEBUG
details: https://anonhg.NetBSD.org/src/rev/21a457b2c6c2
branches: trunk
changeset: 334806:21a457b2c6c2
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Dec 07 18:34:24 2014 +0000
description:
turn off AWIN_IR_DEBUG
diffstat:
sys/arch/arm/allwinner/awin_ir.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r 10d8692d36ee -r 21a457b2c6c2 sys/arch/arm/allwinner/awin_ir.c
--- a/sys/arch/arm/allwinner/awin_ir.c Sun Dec 07 18:32:13 2014 +0000
+++ b/sys/arch/arm/allwinner/awin_ir.c Sun Dec 07 18:34:24 2014 +0000
@@ -1,6 +1,4 @@
-/* $NetBSD: awin_ir.c,v 1.5 2014/12/07 18:32:13 jmcneill Exp $ */
-
-#define AWIN_IR_DEBUG
+/* $NetBSD: awin_ir.c,v 1.6 2014/12/07 18:34:24 jmcneill Exp $ */
/*-
* Copyright (c) 2014 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -31,7 +29,7 @@
#include "opt_ddb.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: awin_ir.c,v 1.5 2014/12/07 18:32:13 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awin_ir.c,v 1.6 2014/12/07 18:34:24 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
Home |
Main Index |
Thread Index |
Old Index