On Tue, Nov 23, 2021 at 07:35:08PM +0100, Kristina Hanicova wrote:
This patch rewrites the pattern using early return where it is
not needed.
At which point there is probably no need for the functions to return an
integer. Changing that to void could remove even more code.