git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5714896
)
md/bitmap: change a 'goto' to a normal 'if' construct.
author
NeilBrown
<neilb@suse.de>
Mon, 19 Mar 2012 01:46:40 +0000
(12:46 +1100)
committer
NeilBrown
<neilb@suse.de>
Mon, 19 Mar 2012 01:46:40 +0000
(12:46 +1100)
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: NeilBrown <neilb@suse.de>
No differences found