OSDN Git Service

efi/efivar_ssdt_load: Don't return success on allocation failure
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 18 Oct 2016 14:33:18 +0000 (15:33 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 18 Oct 2016 15:11:20 +0000 (17:11 +0200)
commita75dcb5848359f488c32c0aef8711d9bd37a77b8
treef2a640b7d9ab236612e19ab90ec481c5e1723dfc
parent753375a881caa01112b7cec2c796749154e0bb23
efi/efivar_ssdt_load: Don't return success on allocation failure

We should return -ENOMEM here, instead of success.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
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
Fixes: 475fb4e8b2f4 ("efi / ACPI: load SSTDs from EFI variables")
Link: http://lkml.kernel.org/r/20161018143318.15673-9-matt@codeblueprint.co.uk
Signed-off-by: Ingo Molnar <mingo@kernel.org>
drivers/firmware/efi/efi.c