summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2008-11-22 15:38:24 +0000
committermav <mav@FreeBSD.org>2008-11-22 15:38:24 +0000
commit15aca58a53ab41a12025fb47a3c20f801e67c91d (patch)
tree858ac4bb5bec4890d2d07d12aad8059cc0090fc7 /sys/dev/sound
parent6acdbec25eb1f1b7790683ff3779e8243cccfefe (diff)
downloadFreeBSD-src-15aca58a53ab41a12025fb47a3c20f801e67c91d.zip
FreeBSD-src-15aca58a53ab41a12025fb47a3c20f801e67c91d.tar.gz
Whitespace cleanup for previous commit.
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/pci/hda/hdac.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 74a1d75..c4c96ad 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -7578,9 +7578,9 @@ hdac_detach(device_t dev)
return (error);
for (i = 0; i < devcount; i++) {
if ((error = device_delete_child(dev, devlist[i])) != 0) {
- free(devlist, M_TEMP);
- return (error);
- }
+ free(devlist, M_TEMP);
+ return (error);
+ }
}
free(devlist, M_TEMP);
OpenPOWER on IntegriCloud