From c7edbd9d92e7ba845d4e881044ae5f9d78f02cc2 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Sun, 14 Sep 2008 15:10:53 +0000 Subject: [PATCH] Remove one unneeded printf from non-verbose output. Submitted by: Artem Naluzhnyy --- sys/dev/sound/pci/hda/hdac.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c index 2f2ca8550b8..5c5ebe70f08 100644 --- a/sys/dev/sound/pci/hda/hdac.c +++ b/sys/dev/sound/pci/hda/hdac.c @@ -6968,7 +6968,9 @@ hdac_attach2(void *arg) continue; for (fg_index = 0; fg_index < codec->num_fgs; fg_index++) { devinfo = &codec->fgs[fg_index]; - device_printf(sc->dev, "\n"); + HDA_BOOTVERBOSE( + device_printf(sc->dev, "\n"); + ); if (devinfo->node_type != HDA_PARAM_FCT_GRP_TYPE_NODE_TYPE_AUDIO) { HDA_BOOTVERBOSE(