Skip to content

Commit

Permalink
Pull hotplug into release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Len Brown committed Dec 14, 2007
2 parents d020c36 + 6ce7641 commit 5889ba0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/acpi/pci_bind.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5889ba0

Please sign in to comment.