summaryrefslogtreecommitdiff
path: root/xhfc/xhfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'xhfc/xhfc.h')
-rw-r--r--xhfc/xhfc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xhfc/xhfc.h b/xhfc/xhfc.h
index 4128fe1..a598d4c 100644
--- a/xhfc/xhfc.h
+++ b/xhfc/xhfc.h
@@ -62,8 +62,8 @@
/* general debug messages */
#define DEBUG_GENERAL (1 << 0)
-/* emit register read/write, but only if the kernel's DEBUG is defined */
-#define DEBUG_REGS (1 << 2) // not used
+/* emit register read/write */
+#define DEBUG_REGS (1 << 2)
/* emit file operation messages */
#define DEBUG_FOPS (1 << 3)
#define DEBUG_ECHOCAN (1 << 4)