git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0e718c
)
UBI: change cascade of ifs to switch statements
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Fri, 3 Sep 2010 11:40:55 +0000
(14:40 +0300)
committer
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Tue, 19 Oct 2010 14:19:56 +0000
(17:19 +0300)
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>
No differences found