From: Luciano Coelho Date: Tue, 20 Nov 2012 09:03:31 +0000 (+0200) Subject: wlcore: avoid using goto in normal code flow X-Git-Tag: v3.9-rc1~139^2~2^2^2~42^2~50^2^2~34^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef08d0281a90781b07d2030c1c69f4fb2f156267;p=pandora-kernel.git wlcore: avoid using goto in normal code flow 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 --- Reading git-diff-tree failed