wlcore: avoid using goto in normal code flow
authorLuciano Coelho <coelho@ti.com>
Tue, 20 Nov 2012 09:03:31 +0000 (11:03 +0200)
committerLuciano 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