1. 01 10月, 2015 1 次提交
    • J
      Bluetooth: hci_intel: Cleanup the device probe code · 23270e16
      Jarkko Nikula 提交于
      There is some unneeded code in "hci_intel" probing. First
      acpi_match_device() call is needless as driver/platform/acpi core code has
      already done the matching before calling the probe and the driver does not
      use the returned pointer to matching _HID other than checking is it NULL.
      
      Then tree wide grep for "hci_intel" doesn't reveal that there is any code
      registering this platform device so it looks this device is always backed
      with ACPI companion so also ACPI_HANDLE() test can be removed.
      Signed-off-by: NJarkko Nikula <jarkko.nikula@linux.intel.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      23270e16
  2. 30 9月, 2015 11 次提交
  3. 29 9月, 2015 1 次提交
  4. 28 9月, 2015 1 次提交
  5. 26 9月, 2015 1 次提交
  6. 25 9月, 2015 6 次提交
  7. 24 9月, 2015 5 次提交
  8. 22 9月, 2015 14 次提交