diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2015-02-09 07:43:09 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2015-02-09 07:43:09 +0000 |
commit | 4e47558cfc785e74dce19f82896a004b73750464 (patch) | |
tree | b382fd3fb796069a5ba28d72d0df530c33dcf3fc /sys/dev | |
parent | 606407e365cb2dc031a3f3119cbcbb3b08f168d7 (diff) |
turn off QLA_DEBUG noise, requested by deraadt@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/qla.c | 4 |
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) |