qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

error: Remove NULL checks on error_propagate() calls

Re-run Coccinelle patch
scripts/coccinelle/error_propagate_null.cocci

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Message-Id: <20180323143202.28879-4-lvivier@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>

authored by

Laurent Vivier and committed by
Eric Blake
710c2634 2d9178d9

+1 -3
+1 -3
io/channel-websock.c
··· 586 586 return TRUE; 587 587 } 588 588 589 - if (err) { 590 - error_propagate(&wioc->io_err, err); 591 - } 589 + error_propagate(&wioc->io_err, err); 592 590 593 591 trace_qio_channel_websock_handshake_reply(ioc); 594 592 qio_channel_add_watch(