]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM64 / ACPI: fix usage of acpi_map_gic_cpu_interface
authorWill Deacon <will.deacon@arm.com>
Thu, 26 Mar 2015 15:09:20 +0000 (15:09 +0000)
committerWill Deacon <will.deacon@arm.com>
Thu, 26 Mar 2015 15:13:11 +0000 (15:13 +0000)
commit8ef320319592693f4a6286d80df210fd47b3e356
treec25a982b539e212df97d21e55e56c79c8ddb6f29
parentfb094eb19900937322848beaf1a622c6afb6250b
ARM64 / ACPI: fix usage of acpi_map_gic_cpu_interface

acpi_parse_gic_cpu_interface calls acpi_map_gic_cpu_interface by both
passing a 32-bit value in the u8 enabled parameter and then subsequently
ignoring its return value.

Sort it out.

Reported-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/acpi.c