|
@@ -59,8 +59,9 @@ static int radeon_atrm_call(acpi_handle atrm_handle, uint8_t *bios,
|
|
|
|
|
|
obj = (union acpi_object *)buffer.pointer;
|
|
|
memcpy(bios+offset, obj->buffer.pointer, obj->buffer.length);
|
|
|
+ len = obj->buffer.length;
|
|
|
kfree(buffer.pointer);
|
|
|
- return obj->buffer.length;
|
|
|
+ return len;
|
|
|
}
|
|
|
|
|
|
bool radeon_atrm_supported(struct pci_dev *pdev)
|