You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
@@ -497,7 +497,7 @@ zx1_gart_probe (acpi_handle obj, u32 depth, void *context, void **ret)
|
|||||||
info = buffer.pointer;
|
info = buffer.pointer;
|
||||||
info->hardware_id.value[sizeof(info->hardware_id)-1] = '\0';
|
info->hardware_id.value[sizeof(info->hardware_id)-1] = '\0';
|
||||||
match = (strcmp(info->hardware_id.value, "HWP0001") == 0);
|
match = (strcmp(info->hardware_id.value, "HWP0001") == 0);
|
||||||
ACPI_MEM_FREE(info);
|
kfree(info);
|
||||||
if (match) {
|
if (match) {
|
||||||
status = hp_acpi_csr_space(handle, &sba_hpa, &length);
|
status = hp_acpi_csr_space(handle, &sba_hpa, &length);
|
||||||
if (ACPI_SUCCESS(status))
|
if (ACPI_SUCCESS(status))
|
||||||
|
|||||||
Reference in New Issue
Block a user