Debug was accidentally left enabled in previous commit.
authormatthieu <matthieu@openbsd.org>
Fri, 11 Nov 2022 17:23:09 +0000 (17:23 +0000)
committermatthieu <matthieu@openbsd.org>
Fri, 11 Nov 2022 17:23:09 +0000 (17:23 +0000)
sys/dev/hid/hidcc.c

index d45b9ec..ee5e320 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: hidcc.c,v 1.3 2022/11/11 15:25:13 matthieu Exp $      */
+/*     $OpenBSD: hidcc.c,v 1.4 2022/11/11 17:23:09 matthieu Exp $      */
 
 /*
  * Copyright (c) 2022 Anton Lindqvist <anton@openbsd.org>
@@ -30,7 +30,7 @@
 
 #define DEVNAME(sc)    ((sc)->sc_dev->dv_xname)
 
-#define HIDCC_DEBUG
+/* #define HIDCC_DEBUG */
 #ifdef HIDCC_DEBUG
 #define DPRINTF(x...)  do { if (hidcc_debug) printf(x); } while (0)
 struct hidcc;