[U-Boot] [PATCH v2 09/50] x86: mp_init: Use proper error numbers

Bin Meng bmeng.cn at gmail.com
Wed May 1 15:16:42 UTC 2019


On Fri, Apr 26, 2019 at 12:00 PM Simon Glass <sjg at chromium.org> wrote:
>
> At present many of the functions in this file return -1 as an error
> number. which is -EPERM. Update the code to use real error numbers.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
>  arch/x86/cpu/mp_init.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list