
22 Feb
2019
22 Feb
'19
8:18 a.m.
On Wed, Jan 30, 2019 at 12:00 PM Simon Glass sjg@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@chromium.org
arch/x86/cpu/mp_init.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com