commit | 201762e21f308ec23bebe8bc0c4c033afb2879d5 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Wed Oct 04 20:43:37 2017 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Oct 06 20:35:48 2017 +0200 |
tree | d2e4847b486030292da61464c70a398298634f3d | |
parent | 227630cccdbb8f8a1b24ac26517b75079c9a69c9 [diff] |
Bluetooth: hci_bcm: Move bcm_platform_probe call out of bcm_acpi_probe Since bcm_acpi_probe calls bcm_platform_probe, bcm_probe always ends up calling bcm_platform_probe. This commit simplifies things by making bcm_probe always call bcm_platform_probe itself. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>