Re: [RFC PATCH v4 13/28] efi: Update efi_mem_type() to return defined EFI mem types

From: Matt Fleming
Date: Fri Feb 24 2017 - 04:57:45 EST


On Thu, 23 Feb, at 11:27:55AM, Tom Lendacky wrote:
>
> I can do that, I'll change the return type to an int. For the
> !efi_enabled I can return -ENOTSUPP and for when an entry isn't
> found I can return -EINVAL. Sound good?

Sounds good to me!