summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@groveronline.com>2003-07-29 00:16:06 -0700
committerAndy Grover <agrover@groveronline.com>2003-07-29 00:16:06 -0700
commit0a5d9307f2f89ef3c87cc1955cf3f3366ff8b143 (patch)
tree2f896882ba864f53da1b7fa2d8e5b7cf008e5323
parent3939eacfb5092ceb9d43440cda7471b4c165d58e (diff)
ACPI: If notify handler fails to be removed properly, don't just return, but
clean up other resources too (Daniele Bellucci)
-rw-r--r--drivers/acpi/processor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/processor.c b/drivers/acpi/processor.c
index 3c504f6bb50c..be18584fab79 100644
--- a/drivers/acpi/processor.c
+++ b/drivers/acpi/processor.c
@@ -1781,7 +1781,6 @@ acpi_processor_remove (
if (ACPI_FAILURE(status)) {
ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
"Error removing notify handler\n"));
- return_VALUE(-ENODEV);
}
acpi_processor_remove_fs(device);