Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117287
b: refs/heads/master
c: 383d7a1
h: refs/heads/master
i:
  117285: 475a67d
  117283: 8ff3bf7
  117279: 68e3a8e
v: v3
  • Loading branch information
donald.d.dugger@intel.com authored and Len Brown committed Oct 22, 2008
1 parent 699051b commit a176fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea5c8af9b1241a10dc4ba6cd2d2362c179884b74
refs/heads/master: 383d7a11c9989205db44c7f1be339e5097062f03
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/pci_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ int acpi_pci_link_free_irq(acpi_handle handle)
acpi_device_bid(link->device)));

if (link->refcnt == 0) {
acpi_ut_evaluate_object(link->device->handle, "_DIS", 0, NULL);
acpi_evaluate_object(link->device->handle, "_DIS", NULL, NULL);
}
mutex_unlock(&acpi_link_lock);
return (link->irq.active);
Expand Down Expand Up @@ -773,7 +773,7 @@ static int acpi_pci_link_add(struct acpi_device *device)

end:
/* disable all links -- to be activated on use */
acpi_ut_evaluate_object(device->handle, "_DIS", 0, NULL);
acpi_evaluate_object(device->handle, "_DIS", NULL, NULL);
mutex_unlock(&acpi_link_lock);

if (result)
Expand Down

0 comments on commit a176fa2

Please sign in to comment.