From: Ard Biesheuvel Date: Wed, 2 Jul 2014 12:54:39 +0000 (+0200) Subject: efi/arm64: Avoid EFI_ERROR as a generic return code X-Git-Tag: omap-for-v3.17/fixes-against-rc2~174^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6091c9c447370c4717ec9975813c874af490eb36;p=pandora-kernel.git efi/arm64: Avoid EFI_ERROR as a generic return code As EFI_ERROR is not a UEFI result code but a local invention only intended to allow get_dram_base() to signal failure, we should not use it elsewhere. Replace with EFI_LOAD_ERROR. Signed-off-by: Ard Biesheuvel Signed-off-by: Matt Fleming --- Reading git-diff-tree failed