Re: [Qemu-devel] [PATCH] spapr: Remove NULL checks on error_propagate() calls

2019-03-18 Thread David Gibson
On Mon, Mar 18, 2019 at 08:01:48PM +0100, Markus Armbruster wrote: > Patch created mechanically by rerunning: > > $ spatch --sp-file scripts/coccinelle/error_propagate_null.cocci \ > --macro-file scripts/cocci-macro-file.h \ > --dir . --in-place > > Signed-off-by: Markus Ar

[Qemu-devel] [PATCH] spapr: Remove NULL checks on error_propagate() calls

2019-03-18 Thread Markus Armbruster
Patch created mechanically by rerunning: $ spatch --sp-file scripts/coccinelle/error_propagate_null.cocci \ --macro-file scripts/cocci-macro-file.h \ --dir . --in-place Signed-off-by: Markus Armbruster --- hw/ppc/spapr_pci.c | 4 +--- 1 file changed, 1 insertion(+), 3