Module Name:    src
Committed By:   jmcneill
Date:           Mon Dec  9 01:17:30 UTC 2024

Modified Files:
        src/sys/dev/i2c: ihidev.c

Log Message:
fixup! remove debug printf


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/i2c/ihidev.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/i2c/ihidev.c
diff -u src/sys/dev/i2c/ihidev.c:1.31 src/sys/dev/i2c/ihidev.c:1.32
--- src/sys/dev/i2c/ihidev.c:1.31	Sun Dec  8 20:49:56 2024
+++ src/sys/dev/i2c/ihidev.c	Mon Dec  9 01:17:30 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: ihidev.c,v 1.31 2024/12/08 20:49:56 jmcneill Exp $ */
+/* $NetBSD: ihidev.c,v 1.32 2024/12/09 01:17:30 jmcneill Exp $ */
 /* $OpenBSD ihidev.c,v 1.13 2017/04/08 02:57:23 deraadt Exp $ */
 
 /*-
@@ -57,7 +57,7 @@
 #include "acpica.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ihidev.c,v 1.31 2024/12/08 20:49:56 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ihidev.c,v 1.32 2024/12/09 01:17:30 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -725,7 +725,6 @@ try_gpioint:
 			    "can't find gpioint resource\n");
 			return false;
 		}
-		device_printf(sc->sc_dev, "[GPIO] got controller %p\n", sc->sc_ih_gpio);
 
 		sc->sc_ih_gpiomap.pm_map = sc->sc_ih_gpiopins;
 		error = gpio_pin_map(sc->sc_ih_gpio, pin, 1,

Reply via email to