]> www.infradead.org Git - users/willy/linux.git/commit
Bluetooth: hci_bcm4377: Use correct unit for timeouts
authorSven Peter <sven@svenpeter.dev>
Wed, 15 May 2024 18:15:02 +0000 (18:15 +0000)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 15 Jul 2024 01:33:24 +0000 (21:33 -0400)
commit56c695a823e4ee1e5294a8340d5afe5de73828ec
tree6aabb0e2cb6bb178bc04d53a89102411595e5022
parent0ece498c27d8cd2fdad6f49a6abc34b8badd8fbc
Bluetooth: hci_bcm4377: Use correct unit for timeouts

BCM4377_TIMEOUT is always used to wait for completitions and their API
expects a timeout in jiffies instead of msecs.

Fixes: 8a06127602de ("Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCIe boards")
Signed-off-by: Sven Peter <sven@svenpeter.dev>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/hci_bcm4377.c