From 4e47558cfc785e74dce19f82896a004b73750464 Mon Sep 17 00:00:00 2001 From: Jonathan Matthew Date: Mon, 9 Feb 2015 07:43:09 +0000 Subject: turn off QLA_DEBUG noise, requested by deraadt@ --- sys/dev/ic/qla.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys') 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 @@ -38,8 +38,6 @@ #include #include -#define QLA_DEBUG - #ifdef QLA_DEBUG #define DPRINTF(m, f...) do { if ((qladebug & (m)) == (m)) printf(f); } \ while (0) -- cgit v1.2.3