efi/capsule-loader: Don't output reset log when reset flags are not set
authorShunyong Yang <shunyong.yang@hxt-semitech.com>
Fri, 4 May 2018 06:00:02 +0000 (08:00 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 14 May 2018 06:57:49 +0000 (08:57 +0200)
commit83f0a7c7b265a56d757f7e3a80622e5b0b7ebc46
tree7d9ee539b0ee06111a212f952f94018f04312a59
parent1de3a1be8a9345fd0c7d9bb1009b21afe6b6b10f
efi/capsule-loader: Don't output reset log when reset flags are not set

When reset flags in capsule header are not set, it means firmware
attempts to immediately process or launch the capsule. Moreover, reset
is not needed in this case. The current code will output log to indicate
reset.

This patch adds a branch to avoid reset log output when the flags are not
set.

[ardb: use braces in multi-line 'if', clarify comment and commit log]
Signed-off-by: Shunyong Yang <shunyong.yang@hxt-semitech.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Joey Zheng <yu.zheng@hxt-semitech.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-efi@vger.kernel.org
Link: http://lkml.kernel.org/r/20180504060003.19618-17-ard.biesheuvel@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
drivers/firmware/efi/capsule-loader.c