error: Remove NULL checks on error_propagate() calls
commit78dcf512efe72e211e6ca7783069364b01a1c05b
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 5 Jul 2018 15:58:06 +0000 (5 12:58 -0300)
committerCornelia Huck <cohuck@redhat.com>
Wed, 11 Jul 2018 12:36:54 +0000 (11 14:36 +0200)
tree0131aebef95d786f94dbf948863f75380c5fb606
parent17f4566657df51c5e0cb40f30491e058d74d63c8
error: Remove NULL checks on error_propagate() calls

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: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20180705155811.20366-3-f4bug@amsat.org>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
hw/s390x/virtio-ccw.c