migration/rdma: Eliminate error_propagate()
commitb16defbbfe3ffe9601edda4f7886a295dea8f408
authorMarkus Armbruster <armbru@redhat.com>
Thu, 28 Sep 2023 13:19:37 +0000 (28 15:19 +0200)
committerJuan Quintela <quintela@redhat.com>
Wed, 11 Oct 2023 09:17:03 +0000 (11 11:17 +0200)
tree18667ad123588eb2d9033e08d2957f797ae1906e
parent3c03f21cb5ee0ded870987ea32217297f639afa0
migration/rdma: Eliminate error_propagate()

When all we do with an Error we receive into a local variable is
propagating to somewhere else, we can just as well receive it there
right away.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Li Zhijian <lizhijian@fujitsu.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <20230928132019.2544702-12-armbru@redhat.com>
migration/rdma.c