Re: [PATCH v4 05/23] migration: simplify do_compress_ram_page

2022-01-11 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > The goto is not needed at all. Another dupe, Reviewed-by: Dr. David Alan Gilbert > Signed-off-by: Juan Quintela > --- > migration/ram.c | 11 +++ > 1 file changed, 3 insertions(+), 8 deletions(-) > > diff --git a/migration/ram.c

[PATCH v4 05/23] migration: simplify do_compress_ram_page

2022-01-11 Thread Juan Quintela
The goto is not needed at all. Signed-off-by: Juan Quintela --- migration/ram.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index fa49d22e69..422c6bce28 100644 --- a/migration/ram.c +++ b/migration/ram.c @@ -1341,12 +1341,11