Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2021 17:01:25 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0adb238d204c - main - hdda: Remove extra topo_unlock
Message-ID:  <202112101701.1BAH1Pr6028558@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=0adb238d204c191396a60b51ded87e528b7033fb

commit 0adb238d204c191396a60b51ded87e528b7033fb
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-10 17:00:20 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-12-10 17:01:21 +0000

    hdda: Remove extra topo_unlock
    
    Reported by:    Taku YAMAMOTO
    Sponsored by:   Netflix
---
 sys/dev/sound/pci/hda/hdaa.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/dev/sound/pci/hda/hdaa.c b/sys/dev/sound/pci/hda/hdaa.c
index ddc22c3bc139..d9fca9e78e82 100644
--- a/sys/dev/sound/pci/hda/hdaa.c
+++ b/sys/dev/sound/pci/hda/hdaa.c
@@ -6475,7 +6475,6 @@ hdaa_sysctl_reconfig(SYSCTL_HANDLER_ARGS)
 	hdaa_configure(dev);
 	hdaa_unlock(devinfo);
 	bus_generic_attach(dev);
-	bus_topo_unlock();
 	HDA_BOOTHVERBOSE(
 		device_printf(dev, "Reconfiguration done\n");
 	);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112101701.1BAH1Pr6028558>