[PATCH 05/32] x86: Allow writing tables to fail

Bin Meng bmeng.cn at gmail.com
Fri Oct 16 11:55:32 CEST 2020


On Mon, Sep 28, 2020 at 12:26 PM Simon Glass <sjg at chromium.org> wrote:
>
> At present write_tables() can fail but does not report this problem to its
> caller. Fix this by changing the return type.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  arch/x86/cpu/cpu.c            | 7 ++++++-
>  arch/x86/include/asm/tables.h | 4 +++-
>  arch/x86/lib/tables.c         | 5 ++++-
>  3 files changed, 13 insertions(+), 3 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list