summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2012-11-26 01:54:00 +0000
committermav <mav@FreeBSD.org>2012-11-26 01:54:00 +0000
commit505285b0343d6ce4b0fca8ae0ba9a525750e264c (patch)
treef1e8a5f66712b923e35f6371246a357232073aa3 /sys/dev/sound
parent776254641b7e15e982ca1d3c61dfa1b1812f876b (diff)
downloadFreeBSD-src-505285b0343d6ce4b0fca8ae0ba9a525750e264c.zip
FreeBSD-src-505285b0343d6ce4b0fca8ae0ba9a525750e264c.tar.gz
Remove extra sbuf_trim() copy/pasted into r243530.
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/pci/hda/hdaa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/hda/hdaa.c b/sys/dev/sound/pci/hda/hdaa.c
index 9ca8411..556b4e8 100644
--- a/sys/dev/sound/pci/hda/hdaa.c
+++ b/sys/dev/sound/pci/hda/hdaa.c
@@ -1219,7 +1219,6 @@ hdaa_sysctl_caps(SYSCTL_HANDLER_ARGS)
sbuf_printf(&sb, " (selected)");
sbuf_printf(&sb, "\n");
}
- sbuf_trim(&sb);
error = sbuf_finish(&sb);
sbuf_delete(&sb);
return (error);
OpenPOWER on IntegriCloud