diff options
Diffstat (limited to 'drivers/acpi/acpica/evhandler.c')
-rw-r--r-- | drivers/acpi/acpica/evhandler.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/evhandler.c b/drivers/acpi/acpica/evhandler.c index 068af96134b8..e3157313eb27 100644 --- a/drivers/acpi/acpica/evhandler.c +++ b/drivers/acpi/acpica/evhandler.c | |||
@@ -129,7 +129,7 @@ acpi_status acpi_ev_install_region_handlers(void) | |||
129 | } | 129 | } |
130 | } | 130 | } |
131 | 131 | ||
132 | unlock_and_exit: | 132 | unlock_and_exit: |
133 | (void)acpi_ut_release_mutex(ACPI_MTX_NAMESPACE); | 133 | (void)acpi_ut_release_mutex(ACPI_MTX_NAMESPACE); |
134 | return_ACPI_STATUS(status); | 134 | return_ACPI_STATUS(status); |
135 | } | 135 | } |
@@ -531,6 +531,6 @@ acpi_ev_install_space_handler(struct acpi_namespace_node * node, | |||
531 | acpi_ev_install_handler, NULL, | 531 | acpi_ev_install_handler, NULL, |
532 | handler_obj, NULL); | 532 | handler_obj, NULL); |
533 | 533 | ||
534 | unlock_and_exit: | 534 | unlock_and_exit: |
535 | return_ACPI_STATUS(status); | 535 | return_ACPI_STATUS(status); |
536 | } | 536 | } |