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 remove debug printf
details: https://anonhg.NetBSD.org/src/rev/9895f1129f59
branches: trunk
changeset: 334800:9895f1129f59
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Dec 07 14:22:32 2014 +0000
description:
remove debug printf
diffstat:
sys/arch/arm/allwinner/awin_p2wi.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 15d59741f127 -r 9895f1129f59 sys/arch/arm/allwinner/awin_p2wi.c
--- a/sys/arch/arm/allwinner/awin_p2wi.c Sun Dec 07 14:22:08 2014 +0000
+++ b/sys/arch/arm/allwinner/awin_p2wi.c Sun Dec 07 14:22:32 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: awin_p2wi.c,v 1.4 2014/12/07 14:22:08 jmcneill Exp $ */
+/* $NetBSD: awin_p2wi.c,v 1.5 2014/12/07 14:22:32 jmcneill Exp $ */
/*-
* Copyright (c) 2014 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: awin_p2wi.c,v 1.4 2014/12/07 14:22:08 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awin_p2wi.c,v 1.5 2014/12/07 14:22:32 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -333,8 +333,6 @@
default:
return EINVAL;
}
- device_printf(sc->sc_dev, "writing 0x%x to 0x%x\n",
- data, *(const uint8_t *)cmdbuf);
P2WI_WRITE(sc, AWIN_A31_P2WI_DATA0_REG, data);
}
Home |
Main Index |
Thread Index |
Old Index