Bluetooth: btbcm: Bail sooner from btbcm_initialize() when not loading fw
authorHans de Goede <hdegoede@redhat.com>
Fri, 17 Apr 2020 17:15:30 +0000 (19:15 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 22 Apr 2020 17:43:58 +0000 (19:43 +0200)
commitf53b975cf113fa0dca9c7bba067c3d749682cc82
tree1b9ed0d30edcfaa5ef934a68bd65c46f6ac4b462
parent0383f16a87c4dec6840cdbb80c2a30ecfdc2ffb0
Bluetooth: btbcm: Bail sooner from btbcm_initialize() when not loading fw

If we have already loaded the firmware/patchram and btbcm_initialize()
is called to re-init the HCI after this then there is no need to get
the USB device-ids and build a firmware-filename out of these.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btbcm.c