Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/rockchip Remove debug output
details: https://anonhg.NetBSD.org/src/rev/b308b5a0a827
branches: trunk
changeset: 461078:b308b5a0a827
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Thu Nov 14 20:39:46 2019 +0000
description:
Remove debug output
diffstat:
sys/arch/arm/rockchip/rk_drm.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r be771e55293b -r b308b5a0a827 sys/arch/arm/rockchip/rk_drm.c
--- a/sys/arch/arm/rockchip/rk_drm.c Thu Nov 14 20:31:50 2019 +0000
+++ b/sys/arch/arm/rockchip/rk_drm.c Thu Nov 14 20:39:46 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rk_drm.c,v 1.1 2019/11/09 23:30:14 jmcneill Exp $ */
+/* $NetBSD: rk_drm.c,v 1.2 2019/11/14 20:39:46 jmcneill Exp $ */
/*-
* Copyright (c) 2019 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rk_drm.c,v 1.1 2019/11/09 23:30:14 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rk_drm.c,v 1.2 2019/11/14 20:39:46 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -134,8 +134,6 @@
sc->sc_bst = faa->faa_bst;
sc->sc_phandle = faa->faa_phandle;
- drm_debug = 0xff;
-
aprint_naive("\n");
if (prop_dictionary_get_bool(dict, "disabled", &is_disabled) && is_disabled) {
Home |
Main Index |
Thread Index |
Old Index