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:
a8e2782
)
wlcore: avoid using goto in normal code flow
author
Luciano Coelho
<coelho@ti.com>
Tue, 20 Nov 2012 09:03:31 +0000
(11:03 +0200)
committer
Luciano Coelho
<coelho@ti.com>
Tue, 27 Nov 2012 08:49:23 +0000
(10:49 +0200)
Remove goto and label in the code where a simple if can be used. If
nothing else, this is at least confusing git diff, which shows the
label name as the name of the function.
Signed-off-by: Luciano Coelho <coelho@ti.com>
No differences found