Code Review
/
linux-2.6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
(from parent 1:
d020c36
)
Pull hotplug into release branch
author
Len Brown
<len.brown@intel.com>
Fri, 14 Dec 2007 19:54:09 +0000
(14:54 -0500)
committer
Len Brown
<len.brown@intel.com>
Fri, 14 Dec 2007 19:54:09 +0000
(14:54 -0500)
drivers/acpi/pci_bind.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/pci_bind.c
b/drivers/acpi/pci_bind.c
index 028969370bbf821d9c015353f5d0d69b0cebc2c9..388300de005d37df692f142649e0e1a1ab75d9c0 100644
(file)
--- 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;
}