Loading drivers/acpi/utils.c +1 −2 Original line number Diff line number Diff line Loading @@ -886,8 +886,7 @@ static int acpi_dev_match_cb(struct device *dev, const void *data) if (acpi_match_device_ids(adev, match->hid)) return 0; if (match->uid && (!adev->pnp.unique_id || strcmp(adev->pnp.unique_id, match->uid))) if (match->uid && !acpi_dev_uid_match(adev, match->uid)) return 0; if (match->hrv == -1) Loading Loading
drivers/acpi/utils.c +1 −2 Original line number Diff line number Diff line Loading @@ -886,8 +886,7 @@ static int acpi_dev_match_cb(struct device *dev, const void *data) if (acpi_match_device_ids(adev, match->hid)) return 0; if (match->uid && (!adev->pnp.unique_id || strcmp(adev->pnp.unique_id, match->uid))) if (match->uid && !acpi_dev_uid_match(adev, match->uid)) return 0; if (match->hrv == -1) Loading