arm64: kexec: remove unnecessary debug prints
authorPavel Tatashin <pasha.tatashin@soleen.com>
Wed, 4 Dec 2019 15:59:16 +0000 (10:59 -0500)
committerWill Deacon <will@kernel.org>
Wed, 8 Jan 2020 16:32:55 +0000 (16:32 +0000)
commit3b54b743397eb51f879f2bf24b9938b80e5a2092
tree45e130b0b1106d15dff5c15954bbe4dce8e31ea8
parentde68e4daea9084df4c614d31e2061d5d31bf24f4
arm64: kexec: remove unnecessary debug prints

The kexec_image_info() outputs all the necessary information about the
upcoming kexec. The extra debug printfs in machine_kexec() are not
needed.

Signed-off-by: Pavel Tatashin <pasha.tatashin@soleen.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/machine_kexec.c