[U-Boot] [PATCH v3 06/10] x86: Allow pirq_init() to return an error

Simon Glass sjg at chromium.org
Wed Aug 12 05:55:03 CEST 2015


On 10 August 2015 at 07:05, Simon Glass <sjg at chromium.org> wrote:
> This function can fail. In this case we should return the error rather than
> swallowing it.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v3: None
> Changes in v2:
> - Add new patch to allow pirq_init() to return an error
>
>  arch/x86/cpu/baytrail/valleyview.c |  4 +---
>  arch/x86/cpu/irq.c                 | 17 +++++++++++------
>  arch/x86/cpu/qemu/qemu.c           |  4 +---
>  arch/x86/cpu/quark/quark.c         |  4 +---
>  arch/x86/cpu/queensbay/tnc.c       |  4 +---
>  arch/x86/include/asm/irq.h         |  4 +++-
>  6 files changed, 18 insertions(+), 19 deletions(-)

Applied to u-boot-x86


More information about the U-Boot mailing list