Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/samsung XU4 gpio - get rid of annoying printf
details: https://anonhg.NetBSD.org/src/rev/f94670e37cc4
branches: trunk
changeset: 342596:f94670e37cc4
user: marty <marty%NetBSD.org@localhost>
date: Thu Dec 31 03:50:34 2015 +0000
description:
XU4 gpio - get rid of annoying printf
diffstat:
sys/arch/arm/samsung/exynos_gpio.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 63acd55eea5a -r f94670e37cc4 sys/arch/arm/samsung/exynos_gpio.c
--- a/sys/arch/arm/samsung/exynos_gpio.c Thu Dec 31 01:16:47 2015 +0000
+++ b/sys/arch/arm/samsung/exynos_gpio.c Thu Dec 31 03:50:34 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exynos_gpio.c,v 1.22 2015/12/30 04:30:27 marty Exp $ */
+/* $NetBSD: exynos_gpio.c,v 1.23 2015/12/31 03:50:34 marty Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
#include "gpio.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exynos_gpio.c,v 1.22 2015/12/30 04:30:27 marty Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exynos_gpio.c,v 1.23 2015/12/31 03:50:34 marty Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -392,7 +392,6 @@
if (bank == NULL)
return NULL;
- printf("gpio pin %s-%d being acquired\n", bank->bank_name, pin);
gpin = kmem_alloc(sizeof(*gpin), KM_SLEEP);
gpin->pin_sc = bank->bank_sc;
gpin->pin_bank = bank;
Home |
Main Index |
Thread Index |
Old Index