diff options
author | Yang Yingliang <yangyingliang@huawei.com> | 2022-11-12 10:04:37 +0100 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2022-12-12 23:19:25 +0100 |
commit | b1e05cfb646cda7c53b5a34ea946c9e506db3c1c (patch) | |
tree | d58db7a365d22c7a48ee94ebfce74ca15a90f621 /Documentation | |
parent | Bluetooth: btusb: Add Realtek 8761BUV support ID 0x2B89:0x8761 (diff) | |
download | linux-b1e05cfb646cda7c53b5a34ea946c9e506db3c1c.tar.xz linux-b1e05cfb646cda7c53b5a34ea946c9e506db3c1c.zip |
Bluetooth: hci_bcm4377: Fix missing pci_disable_device() on error in bcm4377_probe()
pci_disable_device() need be called while module exiting, switch to use
pcim_enable(), pci_disable_device() will be called in pcim_release()
after probe() failure.
Fixes: ab80b2cec05f ("Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCIe boards")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Sven Peter <sven@svenpeter.dev>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions