Commit 0a5d9307 authored by Andy Grover's avatar Andy Grover

ACPI: If notify handler fails to be removed properly, don't just return, but

clean up other resources too (Daniele Bellucci)
parent 3939eacf
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment