]> git.ipfire.org Git - people/arne_f/kernel.git/commit
ARM64 / ACPI: make acpi_map_gic_cpu_interface() as void function
authorHanjun Guo <hanjun.guo@linaro.org>
Fri, 27 Mar 2015 12:14:36 +0000 (12:14 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 31 Mar 2015 15:31:00 +0000 (16:31 +0100)
commit7676fa70feb2f3bcdd4b854a553a57d8ef8505aa
tree3f4dcfc5066eb0038282e6c09354f57170e07d28
parentec81ad4eca9736bb73d4458fb7d8a5ccaf3e908e
ARM64 / ACPI: make acpi_map_gic_cpu_interface() as void function

Since the only caller of acpi_parse_gic_cpu_interface() doesn't
need the return value, make it have a void return type to avoid
introducing subtle bugs, and update the comments of the function
accordingly.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/acpi.c