mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
Merge branch 'acpi-osl'
Merge an ACPI OS services layer (OSL) fix that addresses sparse warnings in acpi_os_initialize() (Ben Dooks) * acpi-osl: ACPI: OSL: fix __iomem type on return from acpi_os_map_generic_address()
This commit is contained in:
commit
97d9960f35
|
|
@ -1681,7 +1681,7 @@ acpi_status __init acpi_os_initialize(void)
|
|||
* Use acpi_os_map_generic_address to pre-map the reset
|
||||
* register if it's in system memory.
|
||||
*/
|
||||
void *rv;
|
||||
void __iomem *rv;
|
||||
|
||||
rv = acpi_os_map_generic_address(&acpi_gbl_FADT.reset_register);
|
||||
pr_debug("%s: Reset register mapping %s\n", __func__,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user