diff options
Diffstat (limited to 'drivers/acpi/acpica/utownerid.c')
-rw-r--r-- | drivers/acpi/acpica/utownerid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/utownerid.c b/drivers/acpi/acpica/utownerid.c index 835340b26d37..eb3aca761369 100644 --- a/drivers/acpi/acpica/utownerid.c +++ b/drivers/acpi/acpica/utownerid.c | |||
@@ -148,7 +148,7 @@ acpi_status acpi_ut_allocate_owner_id(acpi_owner_id * owner_id) | |||
148 | ACPI_ERROR((AE_INFO, | 148 | ACPI_ERROR((AE_INFO, |
149 | "Could not allocate new OwnerId (255 max), AE_OWNER_ID_LIMIT")); | 149 | "Could not allocate new OwnerId (255 max), AE_OWNER_ID_LIMIT")); |
150 | 150 | ||
151 | exit: | 151 | exit: |
152 | (void)acpi_ut_release_mutex(ACPI_MTX_CACHES); | 152 | (void)acpi_ut_release_mutex(ACPI_MTX_CACHES); |
153 | return_ACPI_STATUS(status); | 153 | return_ACPI_STATUS(status); |
154 | } | 154 | } |