hdda: Remove extra topo_unlock

Reported by:	Taku YAMAMOTO
Sponsored by:	Netflix
This commit is contained in:
Warner Losh 2021-12-10 10:00:20 -07:00
parent 3662b8f1cf
commit 0adb238d20

View file

@ -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");
);