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:
b23b746
)
mtd: cmdlinepart: fix skipping zero sized partition
author
Christopher Cordahi
<christophercordahi@nanometrics.ca>
Mon, 17 Dec 2012 00:59:29 +0000
(19:59 -0500)
committer
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Mon, 4 Feb 2013 07:26:28 +0000
(09:26 +0200)
Decrement index i after skipping a zero sized partition. On next loop
iteration, the index will be the same as before, but the data will be
new as it was moved when earlier partition was skipped.
Signed-off-by: Christopher Cordahi <christophercordahi@nanometrics.ca>
Acked-by: Shmulik Ladkani <shmulik.ladkani@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
No differences found