From a176fa254e40838104761ae3249c8a1e6fe4ef06 Mon Sep 17 00:00:00 2001 From: "donald.d.dugger@intel.com" Date: Fri, 17 Oct 2008 07:49:50 -0700 Subject: [PATCH] --- yaml --- r: 117287 b: refs/heads/master c: 383d7a11c9989205db44c7f1be339e5097062f03 h: refs/heads/master i: 117285: 475a67d69cb9df48f0a9ff4bd8f4f325ce087f7d 117283: 8ff3bf7c8caf97a64846c52a2fd550b745342ecb 117279: 68e3a8e2a1225ce06637e7ffc2ca75b6f198e008 v: v3 --- [refs] | 2 +- trunk/drivers/acpi/pci_link.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5d9ec5006558..0184030e16e1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea5c8af9b1241a10dc4ba6cd2d2362c179884b74 +refs/heads/master: 383d7a11c9989205db44c7f1be339e5097062f03 diff --git a/trunk/drivers/acpi/pci_link.c b/trunk/drivers/acpi/pci_link.c index cf47805a7448..65bf4fa59633 100644 --- a/trunk/drivers/acpi/pci_link.c +++ b/trunk/drivers/acpi/pci_link.c @@ -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); @@ -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)