From: Frans Klaver Date: Wed, 22 Oct 2014 19:12:36 +0000 (+0200) Subject: eeepc-laptop: flatten control flow X-Git-Tag: omap-for-v3.19/fixes-rc1~34^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=248d490363906806e0a2ac8417a8bb3f3f8a012c;p=pandora-kernel.git eeepc-laptop: flatten control flow In eeepc_rfkill_hotplug there's an if statement with a big tail that ends right before the out_unlock label. We might as well invert the condition and jump to out_unlock in that case, pretty much like the rest of the code does. This removes an indentation level for a large chunk of code and also stops suggesting there might be an else clause. Signed-off-by: Frans Klaver Signed-off-by: Darren Hart --- Reading git-diff-tree failed