Avihai Horon <avih...@nvidia.com> writes: > If multifd_load_setup() fails in migration_ioc_process_incoming(), > error_setg() is called with errp. This will lead to an assert because in > that case errp already contains an error. > > Fix it by removing the redundant error_setg(). > > Fixes: 6720c2b32725 ("migration: check magic value for deciding the mapping > of channels") > Signed-off-by: Avihai Horon <avih...@nvidia.com>
Reviewed-by: Fabiano Rosas <faro...@suse.de>