migration: Simplify decompress_data_with_multi_threads()
commit4703d1958ca149b3baa8df73945c5ddfc9808e73
authorJuan Quintela <quintela@redhat.com>
Tue, 13 Jun 2023 14:57:52 +0000 (13 16:57 +0200)
committerJuan Quintela <quintela@redhat.com>
Tue, 17 Oct 2023 20:14:51 +0000 (17 22:14 +0200)
tree1a996dc97dd79fb3d8e3b52567b391d6b8a1c57c
parent1fd03d41b86daa1eb8c941dfa013cc806bcaf053
migration: Simplify decompress_data_with_multi_threads()

Doing a break to do another break is just confused.  Just call return
when we know we want to return.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Lukas Straub <lukasstraub2@web.de>
Message-ID: <20230613145757.10131-14-quintela@redhat.com>
migration/ram-compress.c