On Thu, 2013-06-06 at 13:05 +0800, joeyli wrote:

> +             if (!(attributes & EFI_VARIABLE_NON_VOLATILE))
> +                     return EFI_OUT_OF_RESOURCES;

I'd move this up to the top of the function, and just return 0 - there's
no risk of the firmware causing problems if it's a volatile variable, so
we should probably just pass it down to the firmware and return an error
from there.

-- 
Matthew Garrett | mj...@srcf.ucam.org

Reply via email to