Skip to content
Snippets Groups Projects
efi.c 25.3 KiB
Newer Older
			return status;

		/*
		 * There still isn't enough room, so return an error
		 */
		if (remaining_size - size < EFI_MIN_RESERVE)
			return EFI_OUT_OF_RESOURCES;
	}
EXPORT_SYMBOL_GPL(efi_query_variable_store);