Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 278c1ca2 authored by NeilBrown's avatar NeilBrown
Browse files

md/bitmap: change a 'goto' to a normal 'if' construct.



The use of a goto makes the control flow more obscure here.

So make it a normal:
  if (x) {
     Y;
  }

No functional change.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 57148964
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment