From: Artem Bityutskiy Date: Fri, 3 Sep 2010 11:40:55 +0000 (+0300) Subject: UBI: change cascade of ifs to switch statements X-Git-Tag: v2.6.37-rc1~169^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b33215084c1c06258a2d9deb035d343aafa4066e;p=pandora-kernel.git UBI: change cascade of ifs to switch statements This patch improves readability and simplifies scanning code by changing a long cascade of 'if' statements to a switch statement. This should presumably be a little faster as well. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed