diff options
Diffstat (limited to 'drivers/acpi/acpi_memhotplug.c')
| -rw-r--r-- | drivers/acpi/acpi_memhotplug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpi_memhotplug.c b/drivers/acpi/acpi_memhotplug.c index c711d1144044..999adb5499c7 100644 --- a/drivers/acpi/acpi_memhotplug.c +++ b/drivers/acpi/acpi_memhotplug.c | |||
| @@ -323,6 +323,7 @@ static int acpi_memory_device_add(struct acpi_device *device, | |||
| 323 | /* Get the range from the _CRS */ | 323 | /* Get the range from the _CRS */ |
| 324 | result = acpi_memory_get_device_resources(mem_device); | 324 | result = acpi_memory_get_device_resources(mem_device); |
| 325 | if (result) { | 325 | if (result) { |
| 326 | device->driver_data = NULL; | ||
| 326 | kfree(mem_device); | 327 | kfree(mem_device); |
| 327 | return result; | 328 | return result; |
| 328 | } | 329 | } |
