diff options
Diffstat (limited to 'drivers/acpi/utilities/utcache.c')
| -rw-r--r-- | drivers/acpi/utilities/utcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/utilities/utcache.c b/drivers/acpi/utilities/utcache.c index 56270a30718a..1a1f8109159c 100644 --- a/drivers/acpi/utilities/utcache.c +++ b/drivers/acpi/utilities/utcache.c | |||
| @@ -162,7 +162,7 @@ acpi_status acpi_os_delete_cache(struct acpi_memory_list * cache) | |||
| 162 | 162 | ||
| 163 | /* Now we can delete the cache object */ | 163 | /* Now we can delete the cache object */ |
| 164 | 164 | ||
| 165 | acpi_os_free(cache); | 165 | ACPI_FREE(cache); |
| 166 | return (AE_OK); | 166 | return (AE_OK); |
| 167 | } | 167 | } |
| 168 | 168 | ||
