Re: [Qemu-devel] [PATCH 05/26] ppc: use exit(EXIT_SUCCESS) and exit(EXIT_FAILURE)

2016-09-18 Thread David Gibson
On Fri, Sep 16, 2016 at 03:55:56PM +0200, Laurent Vivier wrote: > This patch is the result of coccinelle script > scripts/coccinelle/exit.cocci > > Signed-off-by: Laurent Vivier > CC: David Gibson Reviewed-by: David Gibson > --- > device_tree.c | 18 > hw/intc/

[Qemu-devel] [PATCH 05/26] ppc: use exit(EXIT_SUCCESS) and exit(EXIT_FAILURE)

2016-09-16 Thread Laurent Vivier
This patch is the result of coccinelle script scripts/coccinelle/exit.cocci Signed-off-by: Laurent Vivier CC: David Gibson --- device_tree.c | 18 hw/intc/xics_kvm.c | 6 +++--- hw/ppc/e500.c | 14 ++-- hw/ppc/mac_newworld.c |