diff options
author | mav <mav@FreeBSD.org> | 2012-11-26 01:54:00 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2012-11-26 01:54:00 +0000 |
commit | 505285b0343d6ce4b0fca8ae0ba9a525750e264c (patch) | |
tree | f1e8a5f66712b923e35f6371246a357232073aa3 /sys/dev/sound | |
parent | 776254641b7e15e982ca1d3c61dfa1b1812f876b (diff) | |
download | FreeBSD-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.c | 1 |
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); |