migration: Don't return for postcopy_chunk_hostpages()
commitdc57d6f2ec3eb9ba6d8a6cac735bf6d02017dda2
authorPeter Xu <peterx@redhat.com>
Tue, 7 Dec 2021 11:50:11 +0000 (7 19:50 +0800)
committerJuan Quintela <quintela@redhat.com>
Fri, 28 Jan 2022 14:38:23 +0000 (28 15:38 +0100)
tree1aea8be91589e95900dffae14f3908a03af23649
parent53405ffb33e31c32725d7c463f07074d4f622677
migration: Don't return for postcopy_chunk_hostpages()

It always return zero, because it just can't go wrong so far.  Simplify the
code with no functional change.

Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/ram.c