git: 0adb238d204c - main - hdda: Remove extra topo_unlock
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Dec 2021 17:01:25 UTC
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");
);