commit | 5fbae60d43652edc005f1a690345ec7e290def8e | [log] [tgz] |
---|---|---|
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | Wed Sep 30 16:26:43 2015 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Oct 01 10:03:37 2015 +0200 |
tree | f1f96bffc2b7d52452ee627f7bda222cd6ccbcc7 | |
parent | 5be00284dc85dadd5241833fbca645c19baebebb [diff] |
Bluetooth: hci_bcm: Remove needless acpi_match_device() call There is no need to call acpi_match_device() in driver's probe path and verify does it find a match to given ACPI _HIDs in .acpi_match_table as driver/platform/acpi core code has found the match prior calling the probe. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>