]> git.baikalelectronics.ru Git - kernel.git/commit
efi/capsule: Remove pr_debug() on ENOMEM or EFAULT
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 2 Jun 2017 13:51:57 +0000 (13:51 +0000)
committerIngo Molnar <mingo@kernel.org>
Mon, 5 Jun 2017 15:50:38 +0000 (17:50 +0200)
commit3aa8a5a4507dac5a799f2ab074bed361b2c4c4b2
tree3d67ccf6c70fc125ba2f0543df7775083aebdc8c
parent7bce453d18b456b8dcc3aacdbb719651e89b661e
efi/capsule: Remove pr_debug() on ENOMEM or EFAULT

Both cases are not worth a debug log message - the error code is telling
enough.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-efi@vger.kernel.org
Link: http://lkml.kernel.org/r/20170602135207.21708-4-ard.biesheuvel@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
drivers/firmware/efi/capsule-loader.c