summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Matthew <jmatthew@cvs.openbsd.org>2015-02-09 07:43:09 +0000
committerJonathan Matthew <jmatthew@cvs.openbsd.org>2015-02-09 07:43:09 +0000
commit4e47558cfc785e74dce19f82896a004b73750464 (patch)
treeb382fd3fb796069a5ba28d72d0df530c33dcf3fc /sys/dev
parent606407e365cb2dc031a3f3119cbcbb3b08f168d7 (diff)
turn off QLA_DEBUG noise, requested by deraadt@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/qla.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/qla.c b/sys/dev/ic/qla.c
index 1552f330ae0..cbafd2a8e47 100644
--- a/sys/dev/ic/qla.c
+++ b/sys/dev/ic/qla.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qla.c,v 1.48 2015/02/09 03:15:41 dlg Exp $ */
+/* $OpenBSD: qla.c,v 1.49 2015/02/09 07:43:08 jmatthew Exp $ */
/*
* Copyright (c) 2011 David Gwynne <dlg@openbsd.org>
@@ -38,8 +38,6 @@
#include <dev/ic/qlareg.h>
#include <dev/ic/qlavar.h>
-#define QLA_DEBUG
-
#ifdef QLA_DEBUG
#define DPRINTF(m, f...) do { if ((qladebug & (m)) == (m)) printf(f); } \
while (0)