Skip to content
Commit 7bee8b08 authored by Chris Mason's avatar Chris Mason Committed by Marcel Holtmann
Browse files

Bluetooth: btbcm: allow btbcm_read_verbose_config to fail on Apple



Commit 1c8ba6d0 moved around the setup code for broadcomm chips,
and also added btbcm_read_verbose_config() to read extra information
about the hardware.  It's returning errors on some macbooks:

Bluetooth: hci0: BCM: Read verbose config info failed (-16)

Which makes us error out of the setup function.  Since this
probe isn't critical to operate the chip, this patch just changes
things to carry on when it fails.

Signed-off-by: default avatarChris Mason <clm@fb.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Cc: stable@vger.kernel.org # v4.1
parent f760b87f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment