On Mon, Sep 28, 2020 at 12:26 PM Simon Glass <s...@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 <s...@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...@gmail.com>