diff options
Diffstat (limited to 'drivers/acpi/events/evregion.c')
-rw-r--r-- | drivers/acpi/events/evregion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/events/evregion.c b/drivers/acpi/events/evregion.c index b831ec4bcae7..2b900ef05fa9 100644 --- a/drivers/acpi/events/evregion.c +++ b/drivers/acpi/events/evregion.c | |||
@@ -366,7 +366,7 @@ acpi_ev_address_space_dispatch(union acpi_operand_object *region_obj, | |||
366 | 366 | ||
367 | /* The handler for this region was already installed */ | 367 | /* The handler for this region was already installed */ |
368 | 368 | ||
369 | ACPI_MEM_FREE(region_context); | 369 | ACPI_FREE(region_context); |
370 | } else { | 370 | } else { |
371 | /* | 371 | /* |
372 | * Save the returned context for use in all accesses to | 372 | * Save the returned context for use in all accesses to |