diff options
Diffstat (limited to 'drivers/acpi/utilities/utcache.c')
-rw-r--r-- | drivers/acpi/utilities/utcache.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/utilities/utcache.c b/drivers/acpi/utilities/utcache.c index 5d2f4b2802a5..593b08ccd6bf 100644 --- a/drivers/acpi/utilities/utcache.c +++ b/drivers/acpi/utilities/utcache.c | |||
@@ -272,9 +272,9 @@ void *acpi_os_acquire_object(struct acpi_memory_list *cache) | |||
272 | cache->current_depth--; | 272 | cache->current_depth--; |
273 | 273 | ||
274 | ACPI_MEM_TRACKING(cache->hits++); | 274 | ACPI_MEM_TRACKING(cache->hits++); |
275 | ACPI_MEM_TRACKING(ACPI_DEBUG_PRINT((ACPI_DB_EXEC, | 275 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, |
276 | "Object %p from %s cache\n", | 276 | "Object %p from %s cache\n", object, |
277 | object, cache->list_name))); | 277 | cache->list_name)); |
278 | 278 | ||
279 | status = acpi_ut_release_mutex(ACPI_MTX_CACHES); | 279 | status = acpi_ut_release_mutex(ACPI_MTX_CACHES); |
280 | if (ACPI_FAILURE(status)) { | 280 | if (ACPI_FAILURE(status)) { |