|
@@ -177,7 +177,8 @@ acpi_ex_system_memory_space_handler(u32 function,
|
|
|
|
|
|
/* Create a new mapping starting at the address given */
|
|
|
|
|
|
- mem_info->mapped_logical_address = acpi_os_map_memory((acpi_physical_address) address, map_length);
|
|
|
+ mem_info->mapped_logical_address =
|
|
|
+ acpi_os_map_memory(address, map_length);
|
|
|
if (!mem_info->mapped_logical_address) {
|
|
|
ACPI_ERROR((AE_INFO,
|
|
|
"Could not map memory at 0x%8.8X%8.8X, size %u",
|