diff options
author | Len Brown <len.brown@intel.com> | 2007-12-14 20:54:09 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-12-14 20:54:09 +0100 |
commit | 5889ba0a6a1174ac38d7045824a2d2ed8e93d756 (patch) | |
tree | 208cc0412edc998267a6dd375b1ba7ac24000f19 /drivers/acpi | |
parent | Pull battery-2.6.24 into release branch (diff) | |
parent | ACPI: acpiphp: Remove dmesg spam on device remove (diff) | |
download | linux-5889ba0a6a1174ac38d7045824a2d2ed8e93d756.tar.xz linux-5889ba0a6a1174ac38d7045824a2d2ed8e93d756.zip |
Pull hotplug into release branch
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/pci_bind.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/acpi/pci_bind.c b/drivers/acpi/pci_bind.c index 028969370bbf..388300de005d 100644 --- a/drivers/acpi/pci_bind.c +++ b/drivers/acpi/pci_bind.c @@ -294,9 +294,6 @@ int acpi_pci_unbind(struct acpi_device *device) acpi_get_data(device->handle, acpi_pci_data_handler, (void **)&data); if (ACPI_FAILURE(status)) { - ACPI_EXCEPTION((AE_INFO, status, - "Unable to get data from device %s", - acpi_device_bid(device))); result = -ENODEV; goto end; } |