UBI: change cascade of ifs to switch statements
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 3 Sep 2010 11:40:55 +0000 (14:40 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 19 Oct 2010 14:19:56 +0000 (17:19 +0300)
commitb33215084c1c06258a2d9deb035d343aafa4066e
treefd93b1b76a871e85b680c83de2ec4a81c3444025
parente0e718c281ce1dd4006681e1255535cc6f2857d4
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 <Artem.Bityutskiy@nokia.com>
drivers/mtd/ubi/scan.c