Date: Sat, 22 Nov 2008 15:38:24 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r185178 - head/sys/dev/sound/pci/hda Message-ID: <200811221538.mAMFcOrR021657@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mav Date: Sat Nov 22 15:38:24 2008 New Revision: 185178 URL: http://svn.freebsd.org/changeset/base/185178 Log: Whitespace cleanup for previous commit. Modified: head/sys/dev/sound/pci/hda/hdac.c Modified: head/sys/dev/sound/pci/hda/hdac.c ============================================================================== --- head/sys/dev/sound/pci/hda/hdac.c Sat Nov 22 15:35:21 2008 (r185177) +++ head/sys/dev/sound/pci/hda/hdac.c Sat Nov 22 15:38:24 2008 (r185178) @@ -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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811221538.mAMFcOrR021657>